Skip to content

Commit 3080c0f

Browse files
committed
fixed notebooks versions
1 parent dd6ac2f commit 3080c0f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

dockerfiles/controllers/Dockerfile.attachmentcontroller

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ ARG jupyter_port
66
ENV env_jupyter_port=jupyter_port
77
# Setup workspace environment
88
RUN apt-get update && apt-get install -y gcc
9-
RUN conda install jupyter notebook=5.7.8
9+
# RUN conda install jupyter notebook=5.7.8
10+
RUN conda install jupyter notebook=6.1.5
1011

1112

1213
ADD libs/attachment-controller attachment-controller

dockerfiles/controllers/Dockerfile.basiccontroller

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ ENV env_jupyter_port=jupyter_port
77

88
# Setup workspace environment
99
RUN apt-get update && apt-get install -y gcc
10-
RUN conda install jupyter notebook=5.7.8
10+
# RUN conda install jupyter notebook=5.7.8
11+
RUN conda install jupyter notebook=6.1.5
1112
ADD libs/aries-basic-controller .
1213

1314
#

0 commit comments

Comments
 (0)