Skip to content
Snippets Groups Projects

Update Dockerfile

Merged Luigi Sbailo requested to merge staging into master
+ 2
1
@@ -71,6 +71,7 @@ RUN conda install --quiet --yes \
&& fix-permissions /home/$NB_USER \
&& conda install -c plotly plotly-orca \
&& conda install -c conda-forge umap-learn
RUN pip install nomad-lab
# Dependecies:
@@ -186,7 +187,6 @@ COPY tutorials/ .
RUN pip install ./analytics-compressed-sensing
RUN pip install ./analytics-convolutional-nn
# && pip install 'git+https://github.com/raghakot/keras-vis.git'
RUN pip install ./analytics-gap-si-surface
RUN pip install ./analytics-grain-boundaries
RUN pip install ./analytics-kaggle-competition
@@ -204,6 +204,7 @@ RUN pip install ./analytics-arise \
&& pip install 'git+https://github.com/AndreasLeitherer/ARISE.git'
RUN pip install ./analytics-exploratory-analysis
USER root
RUN fix-permissions /opt/tutorials \
Loading