Merge pull request #521 from taniokaeiji/taniokaeiji-patch-jupyter

Update Jupyter container.
This commit is contained in:
Jeremy Grossmann 2020-05-31 11:18:34 +08:00 committed by GitHub
commit a343c29582
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.6.1
FROM python:3.7.7
RUN pip3 install jupyter

View File

@ -1,2 +1,3 @@
c.NotebookApp.token = ''
c.NotebookApp.password = ''
c.NotebookApp.ip = '0.0.0.0'