Skip to content

Commit a10a98d

Browse files
authored
docker: fix conda version (#68)
1 parent f366c6b commit a10a98d

2 files changed

+4
-4
lines changed

docker/trustedflow-dev-ubuntu22.04.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ RUN curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v3.19
6363

6464

6565
# install conda
66-
RUN wget http://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh \
67-
&& bash Miniconda3-latest-Linux-x86_64.sh -b && rm -f Miniconda3-latest-Linux-x86_64.sh \
66+
RUN wget http://repo.anaconda.com/miniconda/Miniconda3-py310_24.4.0-0-Linux-x86_64.sh \
67+
&& bash Miniconda3-py310_24.4.0-0-Linux-x86_64.sh -b && rm -f Miniconda3-py310_24.4.0-0-Linux-x86_64.sh \
6868
&& ln -sf /root/miniconda3/bin/conda /usr/bin/conda \
6969
&& conda init
7070

docker/trustedflow-release-ubuntu22.04.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ RUN ln -sf /usr/bin/bash /bin/sh
2525
RUN apt update && apt install wget curl -y && apt clean
2626

2727
# install conda
28-
RUN wget http://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh \
29-
&& bash Miniconda3-latest-Linux-x86_64.sh -b && rm -f Miniconda3-latest-Linux-x86_64.sh \
28+
RUN wget http://repo.anaconda.com/miniconda/Miniconda3-py310_24.4.0-0-Linux-x86_64.sh \
29+
&& bash Miniconda3-py310_24.4.0-0-Linux-x86_64.sh -b && rm -f Miniconda3-py310_24.4.0-0-Linux-x86_64.sh \
3030
&& ln -sf /root/miniconda3/bin/conda /usr/bin/conda \
3131
&& conda init
3232

0 commit comments

Comments
 (0)