Skip to content

Commit

Permalink
move nvidia-smi
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Jan 31, 2024
1 parent 4d4b35a commit 2d71048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cuda-12.3.1-anaconda-2023-09-py311/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ RUN echo "source activate quantecon" > ~/.bashrc
ENV PATH /opt/conda/envs/quantecon/bin:$PATH

# Install JAX
RUN nvidia-smi
RUN nvcc --version
RUN echo "$LD_LIBRARY_PATH"
RUN pip install --upgrade "jax[cuda12_pip]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
RUN nvidia-smi
COPY check_jax.py .
RUN python check_jax.py

0 comments on commit 2d71048

Please sign in to comment.