File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -406,7 +406,7 @@ RUN MPICC=/usr/lib64/openmpi/bin/mpicc python3 -m pip install mpi4py && \
406
406
python3 -m pip install "jax[cuda11_cudnn805]" -f https://storage.googleapis.com/jax-releases/jax_releases.html
407
407
408
408
WORKDIR /tmp
409
- RUN python3 -m pip install --no-cache-dir " jax[cuda11_cudnn82]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
409
+ RUN python3 -m pip install --no-cache-dir jax[cuda11_cudnn82]==0.3.25 -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
410
410
COPY ./requirements.conda.23.01.txt /tmp/requirements.txt
411
411
RUN python3 -m pip install --no-cache-dir -r requirements.txt
412
412
RUN python3 -m pip --no-cache-dir install git+https://github.com/rpy2/rpy2.git@${RPY2_VERSION} && \
You can’t perform that action at this time.
0 commit comments