Skip to content

Commit

Permalink
Wait for 5s
Browse files Browse the repository at this point in the history
  • Loading branch information
yongtang committed Dec 5, 2023
1 parent a7d9e0d commit a00736a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,8 @@ jobs:
#fi
docker build -t io -f tools/docker/build.Dockerfile --build-arg PYTHON_VERSION=3.10 --build-arg TENSORFLOW_VERSION=2.14 --build-arg BAZEL_OPTIMIZATION="${BAZEL_OPTIMIZATION}" --progress=plain .
docker create -it io --name io bash
sleep 5
docker ps -a
docker cp -L io:/opt/io/bazel-bin build
sudo cp .bazelrc build/tensorflow_io/
sudo chown -R $(id -nu):$(id -ng) .
Expand Down

0 comments on commit a00736a

Please sign in to comment.