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
Commits
3d94004a
Commit
3d94004a
authored
4 years ago
by
Luigi Sbailo
Browse files
Options
Downloads
Patches
Plain Diff
Trust all notebooks
parent
829849a8
No related branches found
No related tags found
1 merge request
!123
testing develop merge
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+16
-3
16 additions, 3 deletions
Dockerfile
with
16 additions
and
3 deletions
Dockerfile
+
16
−
3
View file @
3d94004a
...
@@ -21,6 +21,7 @@ RUN apt-get update \
...
@@ -21,6 +21,7 @@ RUN apt-get update \
git-lfs
\
git-lfs
\
openjdk-8-jdk
\
openjdk-8-jdk
\
xvfb
\
xvfb
\
cmake
\
&& apt-get clean \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
&& rm -rf /var/lib/apt/lists/*
...
@@ -128,9 +129,21 @@ RUN pip install src/f90wrap \
...
@@ -128,9 +129,21 @@ RUN pip install src/f90wrap \
# Make quippy executable available from terminal
# Make quippy executable available from terminal
ENV
PATH /opt/quip/bin:$PATH
ENV
PATH /opt/quip/bin:$PATH
# below temporary install of pysisso - to be removed for the c++ version
COPY
3rdparty/pysisso .
COPY
3rdparty/pysisso .
RUN
pip
install
.
RUN
pip
install
.
# ================================================================================
# SISSO++
# ================================================================================
WORKDIR
/opt/cpp_sisso
COPY
3rdparty/cpp_sisso .
WORKDIR
/opt/cpp_sisso/src
USER
root
# ================================================================================
# ================================================================================
# Install all of the package dependencies of the tutorials
# Install all of the package dependencies of the tutorials
# ================================================================================
# ================================================================================
...
@@ -138,6 +151,8 @@ RUN pip install .
...
@@ -138,6 +151,8 @@ RUN pip install .
WORKDIR
/opt/tutorials
WORKDIR
/opt/tutorials
COPY
tutorials/ .
COPY
tutorials/ .
RUN
pip
install
./analytics-insulators-discovery
RUN
pip
install
./analytics-compressed-sensing
\
RUN
pip
install
./analytics-compressed-sensing
\
&&
conda
install
-c
plotly plotly-orca
&&
conda
install
-c
plotly plotly-orca
RUN
pip
install
./analytics-convolutional-nn
\
RUN
pip
install
./analytics-convolutional-nn
\
...
@@ -168,9 +183,7 @@ ARG TUTORIALS_HOME=$HOME/tutorials
...
@@ -168,9 +183,7 @@ ARG TUTORIALS_HOME=$HOME/tutorials
# Linking all the notebooks of the tutorials
# Linking all the notebooks of the tutorials
WORKDIR
$TUTORIALS_HOME
WORKDIR
$TUTORIALS_HOME
RUN
ln
-s
/opt/tutorials/
*
/
*
.ipynb
.
\
RUN
ln
-s
/opt/tutorials/
*
/
*
.ipynb
.
\
&&
jupyter-trust tcmi.ipynb
\
&&
jupyter-trust
-y
*
.ipynb
&& jupyter-trust descriptor_role.ipynb
# Linking images or other assets may required by the tutorials
# Linking images or other assets may required by the tutorials
WORKDIR
$TUTORIALS_HOME/assets
WORKDIR
$TUTORIALS_HOME/assets
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment