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 21e3ae4 commit b22de75Copy full SHA for b22de75
packages/tpu.tensorflow.Dockerfile renamed to packages/tpu-tensorflow.Dockerfile
@@ -2,6 +2,8 @@ ARG BASE_IMAGE_TAG
2
3
FROM gcr.io/kaggle-images/python:${BASE_IMAGE_TAG} AS builder
4
5
+ARG PACKAGE_VERSION
6
+
7
# Use Bazelisk to ensure the proper bazel version is used.
8
RUN cd /usr/local/src && \
9
wget --no-verbose "https://github.com/bazelbuild/bazelisk/releases/download/v1.11.0/bazelisk-linux-amd64" && \
0 commit comments