Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dhspence authored May 8, 2024
1 parent db4dd7b commit 970522d
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions docker-baseimage/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ursamajorlab/jammy-python:3.11
MAINTAINER David Spencer <dspencer@wustl.edu>

LABEL Base Spencerlab image with basic tools for bioinformatic analyses
Expand All @@ -21,9 +21,6 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \
ncurses-dev \
nodejs \
pkg-config \
python3.11 \
python3.11-dev \
python3.11-pip \
rsync \
unzip \
wget \
Expand All @@ -46,9 +43,6 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \
git-lfs \
smbclient \
&& apt-get clean all

RUN update-alternatives --install /usr/bin/python python /usr/bin/python3.11 1 && \
update-alternatives --install /usr/bin/pip pip /usr/bin/pip3.11 1

RUN pip install numpy && \
pip install cruzdb && \
Expand All @@ -70,10 +64,8 @@ RUN pip install numpy && \
pip install gget && \
pip install openpyxl && \
pip install SQLAlchemy && \
pip install pymupdf

RUN pip install -r https://raw.githubusercontent.com/fls-bioinformatics-core/GFFUtils/devel/requirements.txt && \
pip install git+https://github.com/fls-bioinformatics-core/GFFUtils.git@devel
pip install pymupdf && \
pip install gffutils

#set timezone to CDT
RUN ln -sf /usr/share/zoneinfo/America/Chicago /etc/localtime
Expand Down

0 comments on commit 970522d

Please sign in to comment.