File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22ARG BASE_TAG=m46
33ARG TENSORFLOW_VERSION=2.3.1
44
5- FROM gcr.io/kaggle-images/python-tensorflow-whl:${TENSORFLOW_VERSION}-py37 as tensorflow_whl
5+ FROM gcr.io/kaggle-images/python-tensorflow-whl:${TENSORFLOW_VERSION}-py37-2 as tensorflow_whl
66FROM gcr.io/deeplearning-platform-release/base-cpu:${BASE_TAG}
77
88ADD clean-layer.sh /tmp/clean-layer.sh
Original file line number Diff line number Diff line change 11ARG BASE_TAG=staging
22
33FROM nvidia/cuda:10.2-cudnn7-devel-ubuntu18.04 AS nvidia
4- FROM gcr.io/kaggle-images/python-tensorflow-whl:2.3.1-py37 as tensorflow_whl
4+ FROM gcr.io/kaggle-images/python-tensorflow-whl:2.3.1-py37-2 as tensorflow_whl
55FROM gcr.io/kaggle-images/python:${BASE_TAG}
66
77ADD clean-layer.sh /tmp/clean-layer.sh
You can’t perform that action at this time.
0 commit comments