Commit 20649b80 authored by Quentin Yeche's avatar Quentin Yeche
Browse files

fixed incorrect environment file name

parent f6224d9e
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -9,7 +9,7 @@ ADD *.ipynb /notebooks/ ...@@ -9,7 +9,7 @@ ADD *.ipynb /notebooks/
ADD sample.geojson /notebooks/ ADD sample.geojson /notebooks/
# creating environment # 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} RUN mamba env create --file ${dest_yml} --name ${env_name}
# setting up shell to run in the correct environment # setting up shell to run in the correct environment
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment