Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
Fix base image
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkim0 committed Sep 11, 2023
1 parent 3e307fe commit 6ee262f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/linux/cuda/autotune/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM martinkim0/scvi-tools:py${PYTHON_VERSION}-cu${CUDA_VERSION}-base
FROM martinkim0/scvi-tools:py3.11-cu11-base

RUN pip install "scvi-tools[autotune,census] @ git+https://github.com/scverse/scvi-tools@main" && \
pip cache purge

0 comments on commit 6ee262f

Please sign in to comment.