Skip to content

Commit

Permalink
Remove pegasus install from docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
javh committed Mar 21, 2024
1 parent 3e2009b commit 5f272b3
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,8 @@ RUN pip3 install \
circlify \
captum \
torch \
pytorch-lightning

# Install single-cell tools
RUN pip3 install \
scanpy \
pegasusio \
pegasuspy
pytorch-lightning \
scanpy

# Install SCimilarity API
RUN git clone https://github.com/Genentech/scimilarity.git /tmp/scimilarity \
Expand Down

0 comments on commit 5f272b3

Please sign in to comment.