mikebirdgeneau / jupyterlab-docker

Jupyterlab Docker image
MIT License
68 stars 61 forks source link

requirements.txt could be done from the repo.... #4

Closed schwab closed 6 years ago

schwab commented 6 years ago

Doing this makes the dockerfile a bit more portable and eliminates the need to drag the requirements file around for cleaner deployments...

#COPY requirements.txt requirements.txt
ADD https://github.com/mikebirdgeneau/jupyterlab-docker/blob/master/jupyterlab/requirements.txt requirements.txt