Browse Source

Merge pull request #1 from lmoran/master

Corrected some bugs that prevented the image to be built or run
Mike Birdgeneau 8 years ago
parent
commit
43a1d5acb5
2 changed files with 2 additions and 0 deletions
  1. 1 0
      jupyterlab/Dockerfile
  2. 1 0
      jupyterlab/requirements.txt

+ 1 - 0
jupyterlab/Dockerfile

@@ -37,4 +37,5 @@ RUN pip install -r requirements.txt
 
 # Expose Jupyter port & cmd
 EXPOSE 8888
+RUN mkdir -p /opt/app/data
 CMD jupyter lab --ip=* --port=8888 --no-browser --notebook-dir=/opt/app/data

+ 1 - 0
jupyterlab/requirements.txt

@@ -1,3 +1,4 @@
+cython
 numpy
 pandas
 matplotlib