anaconda
This commit is contained in:
8
anaconda/Dockerfile
Normal file
8
anaconda/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM continuumio/anaconda3
|
||||
|
||||
EXPOSE 8888
|
||||
|
||||
RUN conda install jupyter -y && \
|
||||
mkdir -p /opt/notebooks
|
||||
|
||||
ENTRYPOINT ["jupyter", "notebook", "--notebook-dir=/opt/notebooks", "--ip='*'", "--port=8888", "--allow-root", "--NotebookApp.token=''"]
|
||||
Reference in New Issue
Block a user