Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
covid-19-public-data
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
COVID-19
covid-19-public-data
Merge requests
!139
add-example-notebook
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
add-example-notebook
add-example-notebook
into
master
Overview
1
Commits
6
Pipelines
16
Changes
10
1 unresolved thread
Hide all comments
Merged
Andreas Bleuler
requested to merge
add-example-notebook
into
master
4 years ago
Overview
1
Commits
6
Pipelines
16
Changes
1
1 unresolved thread
Hide all comments
Expand
1
0
Merge request reports
Viewing commit
752d3940
Show latest version
1 file
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
752d3940
Update Dockerfile
· 752d3940
Rok Roškar
authored
4 years ago
Dockerfile
+
3
−
3
Options
@@ -23,9 +23,9 @@ RUN R -f /tmp/install.R
COPY
requirements.txt environment.yml /tmp/
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-widgets/jupyterlab-manager
\
@jupyterlab/celltags
&&
\
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
Loading