diff --git a/Dockerfile_jupyterhub b/Dockerfile_jupyterhub index 827d3ea765cff8b06e6d6eae892f201f890d7d80..8b1d63a78236045ee4545b2404c68ac3aac8bf74 100644 --- a/Dockerfile_jupyterhub +++ b/Dockerfile_jupyterhub @@ -9,7 +9,7 @@ ADD *.ipynb /notebooks/ ADD sample.geojson /notebooks/ # creating environment -ADD environment_jupyterhub_lite.yml ${dest_yml} +ADD environment_jupyterhub.yml ${dest_yml} RUN mamba env create --file ${dest_yml} --name ${env_name} # setting up shell to run in the correct environment