jbilcke-hf HF Staff commited on
Commit
f291b72
·
verified ·
1 Parent(s): 891d381

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- RUN conda install nvidia/label/cuda-12.8.1::cuda-toolkit nvidia/label/cuda-12.8.1::libcusparse
128
- RUN conda install "jaxlib=*=*cuda*" jax -c conda-forge
 
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