Closed schwab closed 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
Doing this makes the dockerfile a bit more portable and eliminates the need to drag the requirements file around for cleaner deployments...