Skip to content

Instantly share code, notes, and snippets.

@nitins17
Last active March 16, 2022 22:12
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save nitins17/6e318fe377e7903805615fece3ad2a1f to your computer and use it in GitHub Desktop.
Pull any of the following Docker containers:
a. docker pull gcr.io/tensorflow-sigs/build:57-python3.7
b. docker pull gcr.io/tensorflow-sigs/build:57-python3.8
c. docker pull gcr.io/tensorflow-sigs/build:57-python3.9
d. docker pull gcr.io/tensorflow-sigs/build:57-python3.10
Inside the container:
1. mkdir -p /tf/tensorflow
2. cd /tf/tensorflow
3. git clone https://github.com/tensorflow/tensorflow.git
4. cd tensorflow
5. bazel --bazelrc=/usertools/{cpu, gpu}.bazelrc [build | test] //your_target
The manylinux2014 build environment is in /dt9/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment