Skip to content

Commit

Permalink
Update cu12.1-py312-torch2.1.1-jupyterlab-vscode.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
good22014040 authored Jan 4, 2024
1 parent a6b77af commit 18e50a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions image/cu12.1-py312-torch2.1.1-jupyterlab-vscode.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18e50a5

Please sign in to comment.