diff --git a/.circleci/build.sh b/.circleci/build.sh index 71f1e47372c2..1e4f2af78c45 100755 --- a/.circleci/build.sh +++ b/.circleci/build.sh @@ -41,6 +41,7 @@ apply_patches python -c "import fcntl; fcntl.fcntl(1, fcntl.F_SETFL, 0)" +# We always build PyTorch without CUDA support. export USE_CUDA=0 python setup.py install --user diff --git a/.github/workflows/_build.yml b/.github/workflows/_build.yml index a38b25d4be42..8b172155a564 100644 --- a/.github/workflows/_build.yml +++ b/.github/workflows/_build.yml @@ -74,7 +74,7 @@ jobs: # # Note: disable the following 2 lines while testing a new image, so we do not # # push to the upstream. # docker tag "${GCR_DOCKER_IMAGE}" "${ECR_DOCKER_IMAGE_BASE}:v1.0" >/dev/null - # docker push "${ECR_DOCKER_IMAGE_BASE}:v1.0" >/dev/null + # docker push "${ECR_DOCKER_IMAGE_BASE}:v1.1-lite-test" >/dev/null - name: Start the container shell: bash run: |