Update Dockerfile
Browse files- Dockerfile +3 -2
Dockerfile
CHANGED
|
@@ -124,8 +124,9 @@ RUN conda config --set channel_priority strict \
|
|
| 124 |
&& conda tos accept --override-channels --channel https://repo.anaconda.com/pkgs/r
|
| 125 |
|
| 126 |
# Make sure that Jax and cuSPARSE are properly installed for CUDA 12.x
|
| 127 |
-
|
| 128 |
-
RUN conda install
|
|
|
|
| 129 |
|
| 130 |
WORKDIR $HOME/app
|
| 131 |
|
|
|
|
| 124 |
&& conda tos accept --override-channels --channel https://repo.anaconda.com/pkgs/r
|
| 125 |
|
| 126 |
# Make sure that Jax and cuSPARSE are properly installed for CUDA 12.x
|
| 127 |
+
# this suddenly stopped to work after 2 months for some reason.. that's a bit frustrating.
|
| 128 |
+
#RUN conda install nvidia/label/cuda-12.8.1::cuda-toolkit nvidia/label/cuda-12.8.1::libcusparse
|
| 129 |
+
#RUN conda install "jaxlib=*=*cuda*" jax -c conda-forge
|
| 130 |
|
| 131 |
WORKDIR $HOME/app
|
| 132 |
|