Skip to content

Commit

Permalink
Update build_wheel.Dockerfile (#2708)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpmorgan authored May 21, 2022
1 parent c9375ef commit c0df01d
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.9-python$PY_VERSION as base_install

ENV TF_NEED_CUDA="1"
ARG PY_VERSION
Expand Down

0 comments on commit c0df01d

Please sign in to comment.