Skip to content

Commit

Permalink
Update upstream docker image to Python 3.10 (#7953)
Browse files Browse the repository at this point in the history
  • Loading branch information
will-cromar authored Sep 4, 2024
1 parent e7653b8 commit 1a417b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/upstream/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Dockerfile for image used by upstream CI
# This requires cuda & cudnn packages pre-installed in the base image.
# Other available cuda images are listed at https://hub.docker.com/r/nvidia/cuda
ARG base_image="us-central1-docker.pkg.dev/tpu-pytorch-releases/docker/development:3.8_cuda_12.1"
ARG base_image="us-central1-docker.pkg.dev/tpu-pytorch-releases/docker/development:3.10_cuda_12.1"
FROM "${base_image}"

ARG python_version="3.8"
ARG python_version="3.10"
ARG cuda="1"
ARG cuda_compute="5.2,7.5"
ARG cc="clang"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_upstream_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build Docker image
shell: bash
run: |
docker build -t "${ECR_DOCKER_IMAGE_BASE}:v1.2-lite" .github/upstream
docker build -t "${ECR_DOCKER_IMAGE_BASE}:v1.3-lite" .github/upstream
- name: Stage image to ECR
shell: bash
run: |
Expand Down

0 comments on commit 1a417b4

Please sign in to comment.