Skip to content

Commit 3d81107

Browse files
committed
Remove code to build custom TensorFlow wheel.
Starting in #1036, we are using the official TensorFlow wheels.
1 parent 6d3f89d commit 3d81107

File tree

23 files changed

+1
-1276
lines changed

23 files changed

+1
-1276
lines changed

README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -74,17 +74,4 @@ docker run --runtime nvidia --rm -it kaggle/python-gpu-build /bin/bash
7474
docker run --runtime nvidia --rm -it gcr.io/kaggle-gpu-images/python /bin/bash
7575
```
7676

77-
To ensure your container can access the GPU, follow the instructions posted [here](https://github.com/Kaggle/docker-python/issues/361#issuecomment-448093930).
78-
79-
## Tensorflow custom pre-built wheel
80-
81-
A Tensorflow custom pre-built wheel is used mainly for:
82-
83-
* Faster build time: Building tensorflow from sources takes ~1h. Keeping this process outside the main build allows faster iterations when working on our Dockerfiles.
84-
85-
Building Tensorflow from sources:
86-
87-
* Increase performance: When building from sources, we can leverage CPU specific optimizations
88-
* Is required: Tensorflow with GPU support must be built from sources
89-
90-
The [Dockerfile](tensorflow-whl/Dockerfile) and the [instructions](tensorflow-whl/README.md) can be found in the [tensorflow-whl folder/](tensorflow-whl/).
77+
To ensure your container can access the GPU, follow the instructions posted [here](https://github.com/Kaggle/docker-python/issues/361#issuecomment-448093930).

tensorflow-whl/CHANGELOG.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

tensorflow-whl/Dockerfile

Lines changed: 0 additions & 131 deletions
This file was deleted.

tensorflow-whl/Jenkinsfile

Lines changed: 0 additions & 36 deletions
This file was deleted.

tensorflow-whl/README.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

tensorflow-whl/build

Lines changed: 0 additions & 42 deletions
This file was deleted.

tensorflow-whl/push

Lines changed: 0 additions & 48 deletions
This file was deleted.

tensorflow-whl/tensorflow-gcs-config/.gitignore

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)