Skip to content

Commit

Permalink
Fix old cuda image removed from docker (#201)
Browse files Browse the repository at this point in the history
http://b/290035572
  • Loading branch information
Philmod authored Jul 5, 2023
1 parent 0441e26 commit 6387cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpu.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BASE_TAG=staging
FROM nvidia/cuda:11.7.0-cudnn8-devel-ubuntu18.04 AS nvidia
FROM nvidia/cuda:11.7.1-cudnn8-devel-ubuntu18.04 AS nvidia
FROM gcr.io/kaggle-images/rstats:${BASE_TAG}
ARG ncpus=1

Expand Down

0 comments on commit 6387cb5

Please sign in to comment.