Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mboudet authored Apr 25, 2024
1 parent 103b0b0 commit 570d535
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ ENV BIOMAJ_CONFIG=/etc/biomaj/config.yml

RUN mkdir -p /var/log/biomaj

RUN pip3 install --no-cache-dir setuptools --upgrade && \
RUN pip3 install --no-cache-dir pip --upgrade && \
pip3 install --no-cache-dir setuptools --upgrade && \
pip3 install --no-cache-dir greenlet==0.4.17 && \
pip3 install --no-cache-dir gevent==1.4.0 && \
pip3 install --no-cache-dir graypy && \
Expand Down

0 comments on commit 570d535

Please sign in to comment.