We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd6ac2f commit 3080c0fCopy full SHA for 3080c0f
dockerfiles/controllers/Dockerfile.attachmentcontroller
@@ -6,7 +6,8 @@ ARG jupyter_port
6
ENV env_jupyter_port=jupyter_port
7
# Setup workspace environment
8
RUN apt-get update && apt-get install -y gcc
9
-RUN conda install jupyter notebook=5.7.8
+# RUN conda install jupyter notebook=5.7.8
10
+RUN conda install jupyter notebook=6.1.5
11
12
13
ADD libs/attachment-controller attachment-controller
dockerfiles/controllers/Dockerfile.basiccontroller
@@ -7,7 +7,8 @@ ENV env_jupyter_port=jupyter_port
ADD libs/aries-basic-controller .
14
#
0 commit comments