Skip to content

Commit

Permalink
change base tag to version 12.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TtheBC01 committed Jul 2, 2023
1 parent 81e0a94 commit be1464a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# default Cuda version is 11.4 with Ubuntu 20.04 as the OS
ARG CUDATAG=11.4.0-base-ubuntu20.04
# default Cuda version is 12.2 with Ubuntu 20.04 as the OS
ARG CUDATAG=12.2.0-devel-ubuntu20.04

# adjust the base image for your target version of cuda
FROM nvidia/cuda:${CUDATAG}
Expand Down

0 comments on commit be1464a

Please sign in to comment.