Skip to content

Commit

Permalink
Update build_wheel.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpmorgan committed Feb 15, 2022
1 parent 4b03e26 commit bd6f2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/build_wheel.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#syntax=docker/dockerfile:1.1.5-experimental
ARG PY_VERSION
FROM tensorflow/build:latest-python$PY_VERSION as base_install
FROM tensorflow/build:2.8-python$PY_VERSION as base_install

ENV TF_NEED_CUDA="1"
ARG PY_VERSION
Expand Down

0 comments on commit bd6f2b2

Please sign in to comment.