File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM python:3.11 -alpine
1+ FROM python:3.13 -alpine
22
33WORKDIR /workspace
44
Original file line number Diff line number Diff line change 1- FROM python:3.11 -alpine
1+ FROM python:3.13 -alpine
22
33WORKDIR /workspace
44
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515# Dockerfile for building the source code of conformance tests
16- FROM python:3.10 -alpine
16+ FROM python:3.13 -alpine
1717
1818WORKDIR /kubeflow/training-operator/sdk/python
1919
Original file line number Diff line number Diff line change 11# Use an official Python runtime as a parent image
2- FROM python:3.11
2+ FROM python:3.13
33
44# Set the working directory in the container
55WORKDIR /app
Original file line number Diff line number Diff line change 11# Use an official Python runtime as a parent image
2- FROM python:3.11
2+ FROM python:3.13
33
44# Set the working directory in the container
55WORKDIR /app
You can’t perform that action at this time.
0 commit comments