Skip to content

Commit

Permalink
Fix Dockerfile breakage due to jax-ml/jax#11142.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 456029742
Change-Id: I908c5fe07d14168d65fccc3e42cb5c994200b0e2
  • Loading branch information
dogrecajb authored and copybara-github committed Jun 20, 2022
1 parent 1744087 commit 0bf65b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN pip3 install --upgrade pip \
&& pip3 install --upgrade \
jax==0.2.14 \
jaxlib==0.1.69+cuda$(cut -f1,2 -d. <<< ${CUDA} | sed 's/\.//g') \
-f https://storage.googleapis.com/jax-releases/jax_releases.html
-f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html

# Apply OpenMM patch.
WORKDIR /opt/conda/lib/python3.7/site-packages
Expand Down

0 comments on commit 0bf65b1

Please sign in to comment.