Skip to content

Commit 6de3943

Browse files
Trying to fix the release. (#1559)
1 parent a7d9910 commit 6de3943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Build manylinux2010 wheels
7070
run: |
7171
docker run -e TF_NEED_CUDA=1 -v ${PWD}:/addons -w /addons \
72-
gcr.io/tensorflow-testing/nosla-cuda10.1-cudnn7-ubuntu16.04-manylinux2010 \
72+
seanpmorgan/tensorflow:2.1.0-custom-op-gpu-ubuntu16-minimal \
7373
tools/ci_build/builds/release_linux.sh
7474
7575
sudo apt-get install patchelf

0 commit comments

Comments
 (0)