Skip to content

Commit

Permalink
fix: rebased upon master
Browse files Browse the repository at this point in the history
  • Loading branch information
sabbatinif committed Jan 22, 2023
2 parents 67a79cd + 3b2edfa commit bd0018e
Show file tree
Hide file tree
Showing 4 changed files with 2,834 additions and 5 deletions.
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ ENV JUPYTER_CONF_FILE /root/.jupyter/jupyter_notebook_config.py
RUN echo "c.NotebookApp.allow_origin = '*'" > $JUPYTER_CONF_FILE
RUN echo "c.NotebookApp.ip = '0.0.0.0'" >> $JUPYTER_CONF_FILE
RUN mkdir -p /notebook
<<<<<<< HEAD
COPY demo/*.ipynb /notebook/
COPY test/resources/datasets/*.csv /notebook/datasets/
=======
COPY demo/DemoClassificationDisc.ipynb /notebook
>>>>>>> chore: move demos into demo/ directory
WORKDIR /notebook
CMD jupyter notebook --allow-root --no-browser
CMD jupyter notebook --allow-root --no-browser
Loading

0 comments on commit bd0018e

Please sign in to comment.