Skip to content

Commit bd6f2b2

Browse files
authored
Update build_wheel.Dockerfile
1 parent 4b03e26 commit bd6f2b2

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:latest-python$PY_VERSION as base_install
3+
FROM tensorflow/build:2.8-python$PY_VERSION as base_install
44

55
ENV TF_NEED_CUDA="1"
66
ARG PY_VERSION

0 commit comments

Comments
 (0)