Skip to content
Snippets Groups Projects
Commit 990f1e2d authored by Rafal Skolasinski's avatar Rafal Skolasinski
Browse files

update science image

parent 9e9c227d
No related branches found
No related tags found
No related merge requests found
Pipeline #13984 passed
FROM jupyter/minimal-notebook:1145fb1198b2
FROM jupyter/minimal-notebook:14fdfbf9cfc1
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)
......
......@@ -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.10.9
- conda-forge::matplotlib=3.0.2
- conda-forge::plotly=3.4.2
- conda-forge::holoviews=1.10.9
- conda-forge::xarray=0.11.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.28.5
- conda-forge::cython=0.29.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.11.0
- conda-forge::tensorflow=1.12 .0
# semicon
- pip:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment