Commit 624a4496 authored by Tim Green's avatar Tim Green Committed by Copybara-Service
Browse files

Fix Dockerfile breakage due to google/jax#11142.

PiperOrigin-RevId: 456029742
Change-Id: I908c5fe07d14168d65fccc3e42cb5c994200b0e2
parent 7b2a4c5a
...@@ -68,7 +68,7 @@ RUN pip3 install --upgrade pip \ ...@@ -68,7 +68,7 @@ RUN pip3 install --upgrade pip \
&& pip3 install --upgrade \ && pip3 install --upgrade \
jax==0.2.14 \ jax==0.2.14 \
jaxlib==0.1.69+cuda$(cut -f1,2 -d. <<< ${CUDA} | sed 's/\.//g') \ 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. # Apply OpenMM patch.
WORKDIR /opt/conda/lib/python3.7/site-packages WORKDIR /opt/conda/lib/python3.7/site-packages
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment