@@ -8,7 +8,6 @@ RUN pip install -r requirements.txt
# .. Or update conda base environment to match specifications in environment.yml
ADD environment.yml /tmp/environment.yml
RUN sed-i"s|name\: jupyter-example-profile|name\: base|g" /tmp/environment.yml # we need to replace the name of the environment with base such that we can update the base environment here
# All packages specified in environment.yml are installed in the base environment