Skip to content

Commit

Permalink
#283: Update default nvcc version in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
thearusable committed Mar 22, 2023
1 parent 2c1c64d commit 8f83442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/ubuntu-20.04-nvidia-cpp.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

ARG compiler=11.0.3
ARG compiler=11.2.0
ARG arch=amd64
ARG ubuntu=20.04
FROM --platform=${arch} nvidia/cuda:${compiler}-devel-ubuntu${ubuntu} as base
Expand Down

0 comments on commit 8f83442

Please sign in to comment.