-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Labels
area/v1area - version - kubeflow notebooks v1area - version - kubeflow notebooks v1kind/plan-taskkind - planning - taskkind - planning - task
Description
Certification
- I certify I am an Epic Owner for Kubeflow Notebooks 2.0 and expected to create planning-related issues.
Description
Update the Python toolchain for example-notebook-servers/ to version 3.12.
Scope:
-
example-notebook-servers/jupiter- Update Dockerfile:
ARG PYTHON_VERSION → 3.12.x - Build:
cd notebooks/components/example-notebook-servers/jupyter && docker build --build-arg PYTHON_VERSION=3.12.6 .
- Update Dockerfile:
-
example-notebook-servers/codeserver-python- Update Dockerfile:
ARG PYTHON_VERSION → 3.12.x - Build:
cd notebooks/components/example-notebook-servers/codeserver-python && docker build --build-arg PYTHON_VERSION=3.12.6 .
- Update Dockerfile:
-
example-notebook-servers/rstudio- Update Dockerfile:
ARG PYTHON_VERSION → 3.12.x - Build:
cd notebooks/components/example-notebook-servers/rstudio&& docker build --build-arg PYTHON_VERSION=3.12.6 .
- Update Dockerfile:
-
example-notebook-servers/jupyter-pytorch-gaudi- Update Dockerfile:
ARG PYTHON_VERSION → 3.12.x - Build:
cd notebooks/components/example-notebook-servers/jupyter-pytorch-gaudi && docker build --build-arg PYTHON_VERSION=3.12.6 .
- Update Dockerfile:
Acceptance Criteria
- Image builds and runs correctly with Python 3.12.
- Validate that the test files are coverd evrything.
- Check all files under
example-notebook-servers/that there is no other needed Python upgrades.
Metadata
Metadata
Assignees
Labels
area/v1area - version - kubeflow notebooks v1area - version - kubeflow notebooks v1kind/plan-taskkind - planning - taskkind - planning - task
Type
Projects
Status
Needs Triage