Skip to content

Commit b01bcb5

Browse files
authored
I love consistent build containers
1 parent bd6f2b2 commit b01bcb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/docker/build_wheel.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#syntax=docker/dockerfile:1.1.5-experimental
22
ARG PY_VERSION
3-
FROM tensorflow/build:2.8-python$PY_VERSION as base_install
3+
FROM tensorflow/build:latest-python$PY_VERSION as base_install
44

55
ENV TF_NEED_CUDA="1"
66
ARG PY_VERSION

0 commit comments

Comments
 (0)