Skip to content

Commit bd0018e

Browse files
committed
fix: rebased upon master
2 parents 67a79cd + 3b2edfa commit bd0018e

4 files changed

Lines changed: 2834 additions & 5 deletions

File tree

Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@ ENV JUPYTER_CONF_FILE /root/.jupyter/jupyter_notebook_config.py
99
RUN echo "c.NotebookApp.allow_origin = '*'" > $JUPYTER_CONF_FILE
1010
RUN echo "c.NotebookApp.ip = '0.0.0.0'" >> $JUPYTER_CONF_FILE
1111
RUN mkdir -p /notebook
12-
<<<<<<< HEAD
1312
COPY demo/*.ipynb /notebook/
1413
COPY test/resources/datasets/*.csv /notebook/datasets/
15-
=======
16-
COPY demo/DemoClassificationDisc.ipynb /notebook
17-
>>>>>>> chore: move demos into demo/ directory
1814
WORKDIR /notebook
19-
CMD jupyter notebook --allow-root --no-browser
15+
CMD jupyter notebook --allow-root --no-browser

0 commit comments

Comments
 (0)