We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92c5643 commit 762c8f2Copy full SHA for 762c8f2
Dockerfile.cuda
@@ -8,7 +8,7 @@ RUN echo "bench ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers
8
USER bench
9
10
RUN pip3 install --upgrade torch==1.11.0+cu113 --extra-index-url https://download.pytorch.org/whl/cu113
11
-RUN pip3 install --upgrade "jax[cuda]==0.3.4" -f https://storage.googleapis.com/jax-releases/jax_releases.html
+RUN pip3 install --upgrade "jax[cuda]==0.3.4" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
12
RUN pip3 install futhark-data prettytable
13
14
RUN [ "/bin/bash", "-c", "sh <(curl -L https://nixos.org/nix/install) --no-daemon" ]
0 commit comments