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 1
1
ARG BASE_TAG=latest
2
- ARG TENSORFLOW_VERSION=2.1 .0
2
+ ARG TENSORFLOW_VERSION=2.2 .0
3
3
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
5
5
FROM gcr.io/deeplearning-platform-release/base-cpu:${BASE_TAG}
6
6
7
7
ADD clean-layer.sh /tmp/clean-layer.sh
Original file line number Diff line number Diff line change 1
1
ARG BASE_TAG=staging
2
2
3
3
FROM nvidia/cuda:10.1-cudnn7-devel-ubuntu18.04 AS nvidia
4
- FROM gcr.io/kaggle-images/python-tensorflow-whl:2.1 .0-py37-2 as tensorflow_whl
4
+ FROM gcr.io/kaggle-images/python-tensorflow-whl:2.2 .0-py37 as tensorflow_whl
5
5
FROM gcr.io/kaggle-images/python:${BASE_TAG}
6
6
7
7
ADD clean-layer.sh /tmp/clean-layer.sh
You can’t perform that action at this time.
0 commit comments