mikebirdgeneau / jupyterlab-docker

Jupyterlab Docker image
MIT License
68 stars 61 forks source link

Corrected some bugs that prevented the image to be built or run #1

Closed lmorandini closed 8 years ago

mikebirdgeneau commented 8 years ago

@lmoran Thanks for submitting the PR. I'm just running docker-compose build --force-rm --no-cache --pull locally to confirm the current build is broken & then I'll incorporate your changes, push & once completed the latest build will be available on Docker Hub: https://hub.docker.com/r/mikebirdgeneau/jupyterlab/

Cheers! Mike

mikebirdgeneau commented 8 years ago

I confirmed I get the following error with the current master build: ImportError: Building pandas requires cython

mikebirdgeneau commented 8 years ago

the docker-hub image is now linked to the python build as well to ensure this image stays current; which is why I didn't catch this was outdated...