Skip to content

Commit 8c368e1

Browse files
committed
comment out jupyter - doesn't work yet.
1 parent c1e6427 commit 8c368e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install/docker/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ WORKDIR $FIDIMAG_HOME/fidimag/tests
3636
RUN py.test -v
3737

3838

39-
# install Jupyter
40-
RUN pip install jupyter
39+
# install Jupyter, port exposing doesn't work yet
40+
#RUN pip install jupyter
4141

4242
# expose jupyter port - not working yet
43-
EXPOSE 8888 8888
43+
#EXPOSE 8888 8888
4444

4545

4646
# Set up user so that we do not run as root

0 commit comments

Comments
 (0)