Skip to content

Commit

Permalink
New URL for CUDA
Browse files Browse the repository at this point in the history
Releases URL has changed: jax-ml/jax#11142
  • Loading branch information
e-bacho authored Jul 14, 2022
1 parent ec07a90 commit a2f8bf0
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 @@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y \
python3-pip \
&& rm -rf /var/lib/apt/lists/*

RUN pip install --upgrade "jax[cuda]" -f https://storage.googleapis.com/jax-releases/jax_releases.html \
RUN pip install --upgrade "jax[cuda]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html \
&& pip install -q \
git+https://github.com/borisdayma/dalle-mini.git \
git+https://github.com/patil-suraj/vqgan-jax.git
Expand Down

0 comments on commit a2f8bf0

Please sign in to comment.