Skip to content

Commit

Permalink
reverse numpyro and jax installs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Feb 1, 2024
1 parent 4c9af41 commit 4c0fdad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cuda-12.3.1-anaconda-2023-09-py311/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ ENV PATH /opt/conda/envs/quantecon/bin:$PATH

# Install JAX
RUN nvcc --version
RUN pip install --upgrade "jax[cuda12_pip]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
RUN pip install "numpyro[cuda]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
# Note: always install jax[cuda] last to ensure proper CUDA+CUDANN version linking
RUN pip install --upgrade "jax[cuda12_pip]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html

0 comments on commit 4c0fdad

Please sign in to comment.