File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,6 @@ RUN apt-get update && \
34
34
RUN mkdir /notebooks && \
35
35
mkdir /etc_external
36
36
37
- RUN /bin/bash --login -c " \
38
- git clone https://github.com/damianavila/RISE.git && \
39
- cd RISE && \
40
- python setup.py install \
41
- "
42
-
43
37
RUN /bin/bash --login -c " \
44
38
jupyter notebook -y --generate-config &&\
45
39
/bin/echo -e \"\
@@ -48,6 +42,13 @@ c.NotebookApp.open_browser = False \n\
48
42
c.NotebookApp.port = $PORT_JUPYTER \n \" \
49
43
| tee -a $HOME/.jupyter/jupyter_notebook_config.py \
50
44
"
45
+
46
+ RUN /bin/bash --login -c " \
47
+ git clone https://github.com/damianavila/RISE.git && \
48
+ cd RISE && \
49
+ python setup.py install \
50
+ "
51
+
51
52
VOLUME ["/notebooks", "/etc_external"]
52
53
EXPOSE $PORT_JUPYTER
53
54
CMD ["/bin/bash", "--login", "-c", "./start.sh"]
You can’t perform that action at this time.
0 commit comments