diff --git a/samples/contrib/nvidia-resnet/pipeline/Dockerfile b/samples/contrib/nvidia-resnet/pipeline/Dockerfile index 416b2a1f9f5..6b485f941a0 100644 --- a/samples/contrib/nvidia-resnet/pipeline/Dockerfile +++ b/samples/contrib/nvidia-resnet/pipeline/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM python:3.6 +FROM python:3.14.0a3 # Install Kubeflow Pipelines RUN pip3 install kfp --upgrade