From 18e50a52632e938db3a90fbd7aa7b5ab910aa323 Mon Sep 17 00:00:00 2001 From: WEN-CHUAN HSU <82022181+good22014040@users.noreply.github.com> Date: Thu, 4 Jan 2024 18:36:16 +0800 Subject: [PATCH] Update cu12.1-py312-torch2.1.1-jupyterlab-vscode.Dockerfile --- image/cu12.1-py312-torch2.1.1-jupyterlab-vscode.Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/image/cu12.1-py312-torch2.1.1-jupyterlab-vscode.Dockerfile b/image/cu12.1-py312-torch2.1.1-jupyterlab-vscode.Dockerfile index cfc8e48..0ad0803 100644 --- a/image/cu12.1-py312-torch2.1.1-jupyterlab-vscode.Dockerfile +++ b/image/cu12.1-py312-torch2.1.1-jupyterlab-vscode.Dockerfile @@ -10,11 +10,11 @@ RUN apt update && \ WORKDIR /temp # download python -RUN wget https://www.python.org/ftp/python/3.12.1/Python-3.12.1.tgz && \ - tar -xvf Python-3.12.1.tgz +RUN wget https://www.python.org/ftp/python/3.10.12/Python-3.10.12.tgz && \ + tar -xvf Python-3.10.12.tgz # install python -RUN cd Python-3.12.1 && \ +RUN cd Python-3.10.12 && \ ./configure --enable-optimizations && \ make && \ make install