Severian commited on
Commit
02f88ba
·
1 Parent(s): f530d10

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- ARG CUDA_IMAGE="12.1.1-devel-ubuntu22.04"
2
  FROM nvidia/cuda:${CUDA_IMAGE}
3
 
4
  # We need to set the host to 0.0.0.0 to allow outside access
 
1
+ ARG CUDA_IMAGE="12.3.0-devel-ubuntu22.04"
2
  FROM nvidia/cuda:${CUDA_IMAGE}
3
 
4
  # We need to set the host to 0.0.0.0 to allow outside access