Skip to content

Commit ce21136

Browse files
contronyjnwei
authored andcommitted
Fix Miniforge3 download link in Dockerfile
1 parent 447670c commit ce21136

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/
1313

1414
RUN apt-get update && apt-get install -y wget libxml2 cuda-minimal-build-11-3 libcusparse-dev-11-3 libcublas-dev-11-3 libcusolver-dev-11-3 git
1515
RUN wget -P /tmp \
16-
"https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh" \
16+
"https://github.com/conda-forge/miniforge/releases/download/23.3.1-1/Miniforge3-Linux-x86_64.sh" \
1717
&& bash /tmp/Miniforge3-Linux-x86_64.sh -b -p /opt/conda \
1818
&& rm /tmp/Miniforge3-Linux-x86_64.sh
1919
ENV PATH /opt/conda/bin:$PATH

0 commit comments

Comments
 (0)