Skip to content

Commit

Permalink
update ecr path
Browse files Browse the repository at this point in the history
  • Loading branch information
lsy323 committed Oct 4, 2023
1 parent b158dc2 commit 5e3ba23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 5e3ba23

Please sign in to comment.