Skip to content

Commit

Permalink
Merge pull request #10 from shahcompbio/docker
Browse files Browse the repository at this point in the history
docker fixes
  • Loading branch information
adamcweiner authored Sep 25, 2023
2 parents cd6f007 + 767f18a commit 7aaa3f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ COPY . /app
# RUN /bin/bash -c "source venv/bin/activate"

# Install dependencies
RUN pip install --upgrade pip
RUN pip install --upgrade pip setuptools
RUN pip install numpy==1.21.4 cython==0.29.22
RUN pip install --no-cache-dir -r requirements4.txt

# Install the package in development mode
RUN python setup.py develop
RUN pip install .

# Expose any required ports
# EXPOSE <port_number>

# Run any required commands or scripts to start the application
# CMD <command>
# CMD <command>
8 changes: 4 additions & 4 deletions requirements4.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ funcsigs==1.0.2
funsor==0.4.3
graphviz==0.20
h5py==3.6.0
hdbscan==0.8.27
hdbscan==0.8.33
hmmlearn==0.2.5
idna==2.8
imagesize==1.2.0
importlib-metadata==3.7.3
importlib-metadata==4.4
iniconfig==1.1.1
ipaddress==1.0.22
ipykernel==5.5.0
Expand Down Expand Up @@ -184,8 +184,8 @@ singledispatch==3.4.0.3
-e git+https://github.com/shahcompbio/sisyphus.git@78c708b1dcf93f85e66b5faaafff581e56880c88#egg=sisyphus
six==1.13.0
snowballstemmer==2.1.0
sorted-nearest==0.0.33
Sphinx==1.8.5
sorted-nearest==0.0.39
Sphinx==5.1.1
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib-websupport==1.2.4
statannot==0.2.3
Expand Down

0 comments on commit 7aaa3f9

Please sign in to comment.