File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11ARG BASE_TAG=m61
2- ARG TENSORFLOW_VERSION=2.4.0
2+ ARG TENSORFLOW_VERSION=2.4.1
33
4- FROM gcr.io/kaggle-images/python-tensorflow-whl:${TENSORFLOW_VERSION}-py37-3 as tensorflow_whl
4+ FROM gcr.io/kaggle-images/python-tensorflow-whl:${TENSORFLOW_VERSION}-py37 as tensorflow_whl
55FROM gcr.io/deeplearning-platform-release/base-cpu:${BASE_TAG}
66
77ADD 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.4.0 -py37-3 as tensorflow_whl
4+ FROM gcr.io/kaggle-images/python-tensorflow-whl:2.4.1 -py37 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