We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7d9910 commit 6de3943Copy full SHA for 6de3943
.github/workflows/release.yml
@@ -69,7 +69,7 @@ jobs:
69
- name: Build manylinux2010 wheels
70
run: |
71
docker run -e TF_NEED_CUDA=1 -v ${PWD}:/addons -w /addons \
72
- gcr.io/tensorflow-testing/nosla-cuda10.1-cudnn7-ubuntu16.04-manylinux2010 \
+ seanpmorgan/tensorflow:2.1.0-custom-op-gpu-ubuntu16-minimal \
73
tools/ci_build/builds/release_linux.sh
74
75
sudo apt-get install patchelf
0 commit comments