Skip to content

Commit

Permalink
Use miniconda py3.9 instead of latest (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
Delaunay authored Mar 8, 2023
1 parent 27095ea commit d1cb669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ ENV PATH="/root/.cargo/bin:${PATH}"
# --------------

# Install anaconda because milabench will need it later anyway
RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda.sh && \
RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-py39_23.1.0-1-Linux-x86_64.sh -O ~/miniconda.sh && \
/bin/bash ~/miniconda.sh -b -p $CONDA_PATH

RUN rm ~/miniconda.sh
Expand Down

0 comments on commit d1cb669

Please sign in to comment.