Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -69,8 +69,7 @@ RUN curl -sLo ~/miniconda.sh https://repo.continuum.io/miniconda/Miniconda3-py31
|
|
69 |
&& conda clean -ya
|
70 |
|
71 |
# Make sure that Jax and cuSPARSE are properly installed for CUDA 12.x
|
72 |
-
RUN conda install nvidia::libcusparse
|
73 |
-
RUN conda install "jaxlib=*=*cuda*" jax -c conda-forge
|
74 |
|
75 |
WORKDIR $HOME/app
|
76 |
|
|
|
69 |
&& conda clean -ya
|
70 |
|
71 |
# Make sure that Jax and cuSPARSE are properly installed for CUDA 12.x
|
72 |
+
RUN conda install nvidia::libcusparse "jaxlib=*=*cuda*" jax -c conda-forge
|
|
|
73 |
|
74 |
WORKDIR $HOME/app
|
75 |
|