Skip to content

Commit

Permalink
Updated jax
Browse files Browse the repository at this point in the history
Changed from == to >=
  • Loading branch information
Pombert-JF authored Dec 23, 2021
1 parent ba451fe commit 0216e78
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 @@ -66,7 +66,7 @@ RUN wget -q -P /app/alphafold/alphafold/common/ \
# Install pip packages.
RUN pip3 install --upgrade pip \
&& pip3 install -r /app/alphafold/requirements.txt \
&& pip3 install --upgrade jax jaxlib==0.1.69+cuda${CUDA/./} -f \
&& pip3 install --upgrade jax jaxlib>=0.1.69+cuda${CUDA/./} -f \
https://storage.googleapis.com/jax-releases/jax_releases.html

# Apply OpenMM patch.
Expand Down

0 comments on commit 0216e78

Please sign in to comment.