Skip to content

Commit

Permalink
bump conda to py38
Browse files Browse the repository at this point in the history
  • Loading branch information
ravnoor committed Sep 13, 2023
1 parent 7e14d42 commit 82dc45d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ RUN apt-get update && apt-get upgrade -y \
RUN mkdir /app
WORKDIR /app

RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-py37_23.1.0-1-Linux-x86_64.sh \
&& /bin/bash Miniconda3-py37_23.1.0-1-Linux-x86_64.sh -b -p /opt/conda \
&& rm Miniconda3-py37_23.1.0-1-Linux-x86_64.sh
RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-py38_23.5.2-0-Linux-x86_64.sh \
&& /bin/bash Miniconda3-py38_23.5.2-0-Linux-x86_64.sh -b -p /opt/conda \
&& rm Miniconda3-py38_23.5.2-0-Linux-x86_64.sh

ENV PATH=/opt/conda/bin:$PATH

Expand Down

0 comments on commit 82dc45d

Please sign in to comment.