Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Build against TF2.16 #2866

Closed
wants to merge 11 commits into from
Prev Previous commit
Next Next commit
Update build_wheel.Dockerfile
  • Loading branch information
bhack authored May 11, 2024
commit 93516cdc26ce39bb39336b44c45987693bac0590
2 changes: 1 addition & 1 deletion tools/docker/build_wheel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG PY_VERSION
ARG TF_VERSION

# TODO: Temporary due to build bug https://github.com/pypa/pip/issues/11770
RUN python -m pip install pip==22.3.1
RUN python -m pip install --upgrade pip==22.3.1 setuptools

# TODO: Remove this if tensorflow/build container removes their keras-nightly install
# https://github.com/tensorflow/build/issues/78
Expand Down
Loading