Skip to content

Commit ce62d00

Browse files
committed
Test ML notebook
1 parent e0908d0 commit ce62d00

File tree

5 files changed

+391
-3
lines changed

5 files changed

+391
-3
lines changed

.DS_Store

0 Bytes
Binary file not shown.

dockerfiles/controllers/Dockerfile.attachmentcontroller

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +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
10-
9+
# RUN conda install jupyter notebook=5.7.8
10+
RUN conda install jupyter notebook=6.1.5
1111

1212
ADD libs/attachment-controller attachment-controller
1313

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
#

projects/aries-fl/.DS_Store

6 KB
Binary file not shown.

0 commit comments

Comments
 (0)