Skip to content

Commit 6387cb5

Browse files
authored
Fix old cuda image removed from docker (#201)
http://b/290035572
1 parent 0441e26 commit 6387cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gpu.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG BASE_TAG=staging
2-
FROM nvidia/cuda:11.7.0-cudnn8-devel-ubuntu18.04 AS nvidia
2+
FROM nvidia/cuda:11.7.1-cudnn8-devel-ubuntu18.04 AS nvidia
33
FROM gcr.io/kaggle-images/rstats:${BASE_TAG}
44
ARG ncpus=1
55

0 commit comments

Comments
 (0)