Skip to content
Snippets Groups Projects

add-example-notebook

Merged Andreas Bleuler requested to merge add-example-notebook into master
1 unresolved thread
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
2
@@ -25,7 +25,6 @@ RUN conda env update -q -f /tmp/environment.yml && \
/opt/conda/bin/pip install --ignore-installed -r /tmp/requirements.txt && \
jupyter labextension install --no-build @jupyter-voila/jupyterlab-preview && \
jupyter labextension install --no-build @jupyter-widgets/jupyterlab-manager && \
jupyter labextension install --no-build @jupyterlab/celltags && \
conda clean -y --all && \
conda env export -n "root" && \
jupyter lab build
@@ -34,4 +33,4 @@ RUN conda env update -q -f /tmp/environment.yml && \
COPY --chown=rstudio:rstudio src /code/src
RUN ln -s /code/src
RUN pip install -e src/covid-19/covid_19_utils
\ No newline at end of file
RUN pip install -e src/covid-19/covid_19_utils
Loading