Skip to content

Commit

Permalink
renamed Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanaz01 committed Aug 24, 2024
1 parent 5a32e9d commit 9b416ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scanpy/Dockerfile → scanpy/Dockerfile_latest
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ LABEL org.opencontainers.image.source=https://github.com/getwilds/wilds-docker-l
LABEL org.opencontainers.image.licenses=MIT

# Installing packages via pip
RUN pip install scanpy==1.10.1 leiden-clustering==0.1.0
RUN pip install scanpy==1.10.2 leiden-clustering==0.1.0
2 changes: 1 addition & 1 deletion scvi-tools/Dockerfile → scvi-tools/Dockerfile_latest
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ LABEL org.opencontainers.image.source=https://github.com/getwilds/wilds-docker-l
LABEL org.opencontainers.image.licenses=MIT

# Installing packages via pip
RUN pip install scvi-tools==1.1.2 scanpy==1.10.1 leiden-clustering==0.1.0 scikit-misc==0.3.1
RUN pip install scvi-tools==1.1.6 scanpy==1.10.2 leiden-clustering==0.1.0 scikit-misc==0.5.1

# For GPU enabled abilities (from https://pytorch.org/get-started/locally/)
RUN pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118

0 comments on commit 9b416ca

Please sign in to comment.