Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gabora authored Mar 18, 2024
1 parent 4259ac5 commit 91a153a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM quay.io/biocontainers/decoupler:1.5.0--pyhdfd78af_0
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y git
RUN apt update && \
apt upgrade -y && \
apt install -y git
RUN pip install omnipath==1.0.7 pandas==2.0.3
RUN pip install --upgrade git+https://github.com/saezlab/decoupler-py

0 comments on commit 91a153a

Please sign in to comment.