Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
science-docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
Service Desk
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
Rafal Skolasinski
science-docker
Commits
990f1e2d
Commit
990f1e2d
authored
6 years ago
by
Rafal Skolasinski
Browse files
Options
Downloads
Patches
Plain Diff
update science image
parent
9e9c227d
No related branches found
No related tags found
No related merge requests found
Pipeline
#13984
passed
6 years ago
Stage: mirror
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
science/Dockerfile
+5
-4
5 additions, 4 deletions
science/Dockerfile
science/environment.yml
+13
-13
13 additions, 13 deletions
science/environment.yml
with
18 additions
and
17 deletions
science/Dockerfile
+
5
−
4
View file @
990f1e2d
FROM
jupyter/minimal-notebook:1
145fb1198b2
FROM
jupyter/minimal-notebook:1
4fdfbf9cfc1
LABEL
maintainer="Rafal Skolasinski <r.j.skolasinski@gmail.com>"
...
...
@@ -21,9 +21,10 @@ RUN jupyter nbextension enable --py widgetsnbextension --sys-prefix && \
jupyter nbextension
enable
--py
plotlywidget
--sys-prefix
&&
\
jupyter labextension
install
nbdime-jupyterlab
&&
\
jupyter labextension
install
@pyviz/jupyterlab_pyviz
&&
\
jupyter labextension
install
@jupyter-widgets/jupyterlab-manager@0.37
--no-build
&&
\
jupyter labextension
install
plotlywidget@0.4.0
--no-build
&&
\
jupyter labextension
install
@jupyterlab/plotly-extension@0.17.2
--no-build
&&
\
jupyter labextension
install
@jupyter-widgets/jupyterlab-manager@0.38
--no-build
&&
\
jupyter labextension
install
plotlywidget@0.5.2
--no-build
&&
\
jupyter labextension
install
jupyterlab-chart-editor@1.0
--no-build
&&
\
jupyter labextension
install
@jupyterlab/plotly-extension@0.18.1
--no-build
&&
\
jupyter lab build
# Fix permissions (required when following the base image)
...
...
This diff is collapsed.
Click to expand it.
science/environment.yml
+
13
−
13
View file @
990f1e2d
...
...
@@ -7,28 +7,28 @@ dependencies:
# main scientific packages
-
conda-forge::scipy=1.1.0
-
conda-forge::numpy=1.15.
2
-
conda-forge::numpy=1.15.
4
-
conda-forge::kwant=1.3.3
-
conda-forge::sympy=1.1.1
-
conda-forge::adaptive=0.
6
.0
-
conda-forge::adaptive=0.
7
.0
# data analysis, visulation and serialisation
-
conda-forge::matplotlib=3.0.
0
-
conda-forge::plotly=3.
3.0
-
conda-forge::holoviews=1.10.
7
-
conda-forge::xarray=0.1
0.9
-
conda-forge::matplotlib=3.0.
2
-
conda-forge::plotly=3.
4.2
-
conda-forge::holoviews=1.10.
9
-
conda-forge::xarray=0.1
1.0
-
conda-forge::pandas=0.23.4
-
conda-forge::deepdish=0.3.4
# parallel computation
-
conda-forge::ipyparallel=6.2.
2
-
conda-forge::hpc05=v1.
29
-
conda-forge::ipyparallel=6.2.
3
-
conda-forge::hpc05=v1.
30
# kwant build depenendencies (required for kwant environment)
-
conda-forge::mumps=5.
0
.2
-
conda-forge::mumps=5.
1
.2
-
conda-forge::lapack=3.6.1
-
conda-forge::cython=0.2
8.5
-
conda-forge::cython=0.2
9.1
-
conda-forge::gcc=4.8.5
# libgfortran : make sure all dependencies are installed
...
...
@@ -36,18 +36,18 @@ dependencies:
-
conda-forge::libgfortran-ng=7.2.0
# various packages that handle codes installed from sources
-
conda-forge::pytest=
3.8.2
-
conda-forge::pytest=
4.0.1
-
conda-forge::pytest-cov=2.6.0
-
conda-forge::pytest-flakes=4.0.0
-
conda-forge::line_profiler=2.1.2
# scikit packages
-
conda-forge::scikit-learn=0.20.
0
-
conda-forge::scikit-learn=0.20.
1
-
conda-forge::scikit-image=0.14.1
# machine-learning packages
-
conda-forge::keras=2.2.4
-
conda-forge::tensorflow=1.1
1
.0
-
conda-forge::tensorflow=1.1
2
.0
# semicon
-
pip
:
...
...
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