Skip to content

Commit 3c25ef5

Browse files
author
Likhomanenko Tatiana
committed
Merge pull request #59 from yandex/fix_docker_build2
Fix docker build2
2 parents a67a24a + 663ba2f commit 3c25ef5

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

ci/Dockerfile.rep

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ RUN apt-get update && \
3434
RUN mkdir /notebooks && \
3535
mkdir /etc_external
3636

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-
4337
RUN /bin/bash --login -c " \
4438
jupyter notebook -y --generate-config &&\
4539
/bin/echo -e \"\
@@ -48,6 +42,13 @@ c.NotebookApp.open_browser = False \n\
4842
c.NotebookApp.port = $PORT_JUPYTER \n \" \
4943
| tee -a $HOME/.jupyter/jupyter_notebook_config.py \
5044
"
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+
5152
VOLUME ["/notebooks", "/etc_external"]
5253
EXPOSE $PORT_JUPYTER
5354
CMD ["/bin/bash", "--login", "-c", "./start.sh"]

0 commit comments

Comments
 (0)