Skip to content

Commit

Permalink
I love consistent build containers
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpmorgan authored Feb 15, 2022
1 parent bd6f2b2 commit b01bcb5
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:2.8-python$PY_VERSION as base_install
FROM tensorflow/build:latest-python$PY_VERSION as base_install

ENV TF_NEED_CUDA="1"
ARG PY_VERSION
Expand Down

0 comments on commit b01bcb5

Please sign in to comment.