Skip to content

Remove code to build custom TensorFlow wheel. #1052

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

Merged
merged 1 commit into from
Jul 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 1 addition & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,17 +74,4 @@ docker run --runtime nvidia --rm -it kaggle/python-gpu-build /bin/bash
docker run --runtime nvidia --rm -it gcr.io/kaggle-gpu-images/python /bin/bash
```

To ensure your container can access the GPU, follow the instructions posted [here](https://github.com/Kaggle/docker-python/issues/361#issuecomment-448093930).

## Tensorflow custom pre-built wheel

A Tensorflow custom pre-built wheel is used mainly for:

* Faster build time: Building tensorflow from sources takes ~1h. Keeping this process outside the main build allows faster iterations when working on our Dockerfiles.

Building Tensorflow from sources:

* Increase performance: When building from sources, we can leverage CPU specific optimizations
* Is required: Tensorflow with GPU support must be built from sources

The [Dockerfile](tensorflow-whl/Dockerfile) and the [instructions](tensorflow-whl/README.md) can be found in the [tensorflow-whl folder/](tensorflow-whl/).
To ensure your container can access the GPU, follow the instructions posted [here](https://github.com/Kaggle/docker-python/issues/361#issuecomment-448093930).
26 changes: 0 additions & 26 deletions tensorflow-whl/CHANGELOG.md

This file was deleted.

131 changes: 0 additions & 131 deletions tensorflow-whl/Dockerfile

This file was deleted.

36 changes: 0 additions & 36 deletions tensorflow-whl/Jenkinsfile

This file was deleted.

28 changes: 0 additions & 28 deletions tensorflow-whl/README.md

This file was deleted.

42 changes: 0 additions & 42 deletions tensorflow-whl/build

This file was deleted.

48 changes: 0 additions & 48 deletions tensorflow-whl/push

This file was deleted.

12 changes: 0 additions & 12 deletions tensorflow-whl/tensorflow-gcs-config/.gitignore

This file was deleted.

Loading