Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion infra/ansible/ptxla_docker_for_torchprime.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#
# (Googlers only) Refer to go/ptxla-torchprime-trigger for information on retention policy of
# the docker images.
ARG python_version=3.10
ARG python_version=3.12
ARG debian_version=bullseye

FROM python:${python_version}-${debian_version} AS release
Expand Down
2 changes: 1 addition & 1 deletion infra/ansible/publish_torchprime_e2e_test_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ docker build -t "${DOCKER_URL}" \
"${DEFAULT_CONTEXT_PATH}" \
-f "${DOCKERFILE_PATH}" \
--build-arg ansible_vars="${ANSIBLE_VARS_COMPACT}" \
--build-arg python_version=3.10 \
--build-arg python_version=3.12 \
--build-arg debian_version=bullseye
docker push "${DOCKER_URL}"

Expand Down