Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update base image in the CI. #6666

Closed
wants to merge 3 commits into from
Closed

Conversation

vanbasten23
Copy link
Collaborator

Now that #6664 added the missing package toml and we got the new dev image us-central1-docker.pkg.dev/tpu-pytorch-releases/docker/development:3.8_cuda_12.1 and got a new base ci image gcr.io/tpu-pytorch/xla_base:dev-3.8_cuda_12.1_v2, this PR starts using the new base image.

@vanbasten23 vanbasten23 requested review from lsy323 and yeounoh March 4, 2024 23:46
@vanbasten23
Copy link
Collaborator Author

us-central1-docker.pkg.dev/tpu-pytorch-releases/docker/development:3.8_cuda_12.1 image has the missing toml package. But somehow, the image gcr.io/tpu-pytorch/xla_base:dev-3.8_cuda_12.1_v2 doesn't. The image gcr.io/tpu-pytorch/xla_base:dev-3.8_cuda_12.1_v2 was obtained by

(base) xiowei@xiowei-gpu:~/createCIBaseImage$ docker build https://github.com/pytorch/xla.git#master:.circleci/docker
(base) xiowei@xiowei-gpu:~/createCIBaseImage$ docker tag 3558ac0bccf2 gcr.io/tpu-pytorch/xla_base:dev-3.8_cuda_12.1_v2
(base) xiowei@xiowei-gpu:~/createCIBaseImage$ docker image push gcr.io/tpu-pytorch/xla_base:dev-3.8_cuda_12.1_v2

@vanbasten23 vanbasten23 closed this Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant