Skip to content

Commit

Permalink
fixing miniconda bug in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwshop committed Feb 2, 2023
1 parent 0d9b49d commit 0f6ebe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data-science-stack
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ STACK_VERSION=2.10.0-dev
NOTEBOOKS_VERSION=23.02

MIN_DRIVER=525.78
MIN_CUDA=11.2.152
MIN_CUDA=11.5.0
MIN_DOCKER=20.10.23
MIN_CONDA=22.11.1-1

Expand Down
2 changes: 1 addition & 1 deletion data-science-stack.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ENV CONDA_ROOT=/conda
ENV NOTEBOOKS_DIR=/notebooks

RUN curl https://repo.anaconda.com/miniconda/Miniconda3-py37_${CONDA_VERSION}-Linux-x86_64.sh -k -o /miniconda.sh \
&& sh /miniconda.sh -b -p ${CONDA_ROOT} \
&& bash /miniconda.sh -b -p ${CONDA_ROOT} \
&& rm -f /miniconda.sh \
&& echo "conda ${CONDA_VERSION}" >> /conda/conda-meta/pinned \
&& ${CONDA_ROOT}/bin/conda init bash \
Expand Down

0 comments on commit 0f6ebe2

Please sign in to comment.