We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2883af5 commit d2c91caCopy full SHA for d2c91ca
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG BASE_TAG=m64
+ARG BASE_TAG=m66
2
ARG TENSORFLOW_VERSION=2.4.1
3
4
FROM gcr.io/kaggle-images/python-tensorflow-whl:${TENSORFLOW_VERSION}-py37 as tensorflow_whl
tensorflow-whl/Dockerfile
@@ -1,5 +1,5 @@
FROM nvidia/cuda:10.2-cudnn7-devel-ubuntu18.04 AS nvidia
-FROM gcr.io/deeplearning-platform-release/base-cpu:m64
+FROM gcr.io/deeplearning-platform-release/base-cpu:m66
# Avoid interactive configuration prompts/dialogs during apt-get.
5
ENV DEBIAN_FRONTEND=noninteractive
0 commit comments