Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 60faae5

Browse files
committedNov 9, 2023
Fix
1 parent c656c3c commit 60faae5

File tree

2 files changed

+1
-29
lines changed

2 files changed

+1
-29
lines changed
 

‎.github/workflows/build.py

-27
This file was deleted.

‎.github/workflows/build.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,7 @@ jobs:
308308
export BAZEL_OPTIMIZATION="$BAZEL_OPTIMIZATION --remote_upload_local_results=true --google_credentials=service_account_creds.json"
309309
fi
310310
#docker run -e TF_PYTHON_VERSION=3.9 -v $PWD:/v -w /v --net=host quay.io/pypa/manylinux2014_x86_64 bash -x .github/workflows/build.bazel.sh python3.9
311-
#docker run -e TF_PYTHON_VERSION=3.9 -v $PWD:/v -w /v --net=host --entrypoint=/bin/bash gcr.io/tensorflow-testing/nosla-cuda12.0.1-cudnn8.8-ubuntu20.04-manylinux2014-multipython -x -e .github/workflows/build.bazel.sh python3.9
312-
python3 .github/workflows/build.py
311+
docker run -e TF_PYTHON_VERSION=3.9 -v $PWD:/v -w /v --net=host --entrypoint=/bin/bash gcr.io/tensorflow-testing/nosla-cuda12.0.1-cudnn8.8-ubuntu20.04-manylinux2014-multipython -x -e .github/workflows/build.bazel.sh python3.9
313312
sudo cp .bazelrc build/tensorflow_io/
314313
sudo chown -R $(id -nu):$(id -ng) .
315314
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3

0 commit comments

Comments
 (0)
Please sign in to comment.