Skip to content

Commit

Permalink
update gpu python version
Browse files Browse the repository at this point in the history
  • Loading branch information
36000 committed Jan 8, 2025
1 parent c4234b7 commit b4d01dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions gpu_docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ RUN apt-get update && apt-get install --assume-yes apt-transport-https \
ca-certificates gnupg software-properties-common gcc git wget numactl cmake

# Anaconda
RUN wget -P /tmp https://repo.anaconda.com/archive/Anaconda3-2022.10-Linux-x86_64.sh
RUN bash /tmp/Anaconda3-2022.10-Linux-x86_64.sh -b -p /opt/anaconda
RUN rm -rf /tmp/Anaconda3-2022.10-Linux-x86_64.sh
RUN wget -P /tmp https://repo.anaconda.com/archive/Anaconda3-2024.10-Linux-x86_64.sh
RUN bash /tmp/Anaconda3-2024.10-1-Linux-x86_64.sh -b -p /opt/anaconda
RUN rm -rf /tmp/Anaconda3-2024.10-1-Linux-x86_64.sh
RUN cd /opt && eval "$(/opt/anaconda/bin/conda shell.bash hook)"
ENV PATH /opt/anaconda/bin:${PATH}
ENV LD_LIBRARY_PATH /opt/anaconda/lib:${LD_LIBRARY_PATH}
Expand Down
6 changes: 3 additions & 3 deletions gpu_docker/cuda_track_template.def
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ From: nvidia/cuda:12.0.1-devel-ubuntu20.04
ca-certificates gnupg software-properties-common gcc git wget numactl cmake

# Anaconda installation
wget -P /tmp https://repo.anaconda.com/archive/Anaconda3-2022.10-Linux-x86_64.sh
bash /tmp/Anaconda3-2022.10-Linux-x86_64.sh -b -p /opt/anaconda
rm -rf /tmp/Anaconda3-2022.10-Linux-x86_64.sh
wget -P /tmp https://repo.anaconda.com/archive/Anaconda3-2024.10-1-Linux-x86_64.sh
bash /tmp/Anaconda3-2024.10-1-Linux-x86_64.sh -b -p /opt/anaconda
rm -rf /tmp/Anaconda3-2024.10-1-Linux-x86_64.sh
cd /opt && eval "$(/opt/anaconda/bin/conda shell.bash hook)"

# Python prerequisites
Expand Down

0 comments on commit b4d01dd

Please sign in to comment.