Skip to content

Commit

Permalink
Update py version
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeyiasemis committed Jun 13, 2024
1 parent 531e35c commit bf813b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ARG CUDA="11.3.0"
ARG PYTORCH="1.10"
ARG PYTHON="3.9"
ARG PYTHON="3.10"

# TODO: conda installs its own version of cuda
FROM nvidia/cuda:${CUDA}-devel-ubuntu18.04
FROM nvidia/cuda:${CUDA}-devel-ubuntu20.04

ENV CUDA_PATH /usr/local/cuda
ENV CUDA_ROOT /usr/local/cuda/bin
Expand Down

0 comments on commit bf813b9

Please sign in to comment.