Skip to content

Commit 6c557d4

Browse files
committed
jaxlib 0.3.25 for nvidia-dali-tf-plugin-cuda110
1 parent 666f4fb commit 6c557d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-ff/Dockerfile.conda.ff.23.01

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ RUN MPICC=/usr/lib64/openmpi/bin/mpicc python3 -m pip install mpi4py && \
406406
python3 -m pip install "jax[cuda11_cudnn805]" -f https://storage.googleapis.com/jax-releases/jax_releases.html
407407

408408
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
410410
COPY ./requirements.conda.23.01.txt /tmp/requirements.txt
411411
RUN python3 -m pip install --no-cache-dir -r requirements.txt
412412
RUN python3 -m pip --no-cache-dir install git+https://github.com/rpy2/rpy2.git@${RPY2_VERSION} && \

0 commit comments

Comments
 (0)