Skip to content

Commit

Permalink
updating conda and notebook versions in the dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwshop committed Feb 2, 2023
1 parent 4bbb535 commit 69916d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data-science-stack.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -y --fix-missing \
# Create Base environment

ARG STACK_VERSION=2.10.0-dev
ARG CONDA_VERSION=4.8.3
ARG NOTEBOOKS_VERSION=21.06
ARG CONDA_VERSION=22.11.1-1
ARG NOTEBOOKS_VERSION=23.02

ENV CONDA_ROOT=/conda
ENV NOTEBOOKS_DIR=/notebooks
Expand Down

0 comments on commit 69916d6

Please sign in to comment.