Skip to content

Commit 69916d6

Browse files
committed
updating conda and notebook versions in the dockerfile
1 parent 4bbb535 commit 69916d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

data-science-stack.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -y --fix-missing \
3333
# Create Base environment
3434

3535
ARG STACK_VERSION=2.10.0-dev
36-
ARG CONDA_VERSION=4.8.3
37-
ARG NOTEBOOKS_VERSION=21.06
36+
ARG CONDA_VERSION=22.11.1-1
37+
ARG NOTEBOOKS_VERSION=23.02
3838

3939
ENV CONDA_ROOT=/conda
4040
ENV NOTEBOOKS_DIR=/notebooks

0 commit comments

Comments
 (0)