Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
analytics
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nomad-lab
analytics
Merge requests
!61
Update Dockerfile
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update Dockerfile
staging
into
master
Overview
0
Commits
4
Pipelines
4
Changes
1
Merged
Luigi Sbailo
requested to merge
staging
into
master
4 years ago
Overview
0
Commits
4
Pipelines
4
Changes
1
Expand
0
0
Merge request reports
Compare
master
version 3
7feca780
4 years ago
version 2
17c20314
4 years ago
version 1
bd73617e
4 years ago
master (base)
and
latest version
latest version
c1304fb4
4 commits,
4 years ago
version 3
7feca780
3 commits,
4 years ago
version 2
17c20314
2 commits,
4 years ago
version 1
bd73617e
1 commit,
4 years ago
1 file
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Dockerfile
+
2
−
1
Options
@@ -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