Skip to content

Commit b22de75

Browse files
committed
rename tpu
1 parent 21e3ae4 commit b22de75

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/tpu.tensorflow.Dockerfile renamed to packages/tpu-tensorflow.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ ARG BASE_IMAGE_TAG
22

33
FROM gcr.io/kaggle-images/python:${BASE_IMAGE_TAG} AS builder
44

5+
ARG PACKAGE_VERSION
6+
57
# Use Bazelisk to ensure the proper bazel version is used.
68
RUN cd /usr/local/src && \
79
wget --no-verbose "https://github.com/bazelbuild/bazelisk/releases/download/v1.11.0/bazelisk-linux-amd64" && \

0 commit comments

Comments
 (0)