File tree Expand file tree Collapse file tree 2 files changed +15
-17
lines changed Expand file tree Collapse file tree 2 files changed +15
-17
lines changed Original file line number Diff line number Diff line change 1+ # Inherit from an upstream image
2+ FROM quay.io/jupyter/base-notebook:2025-02-03
3+
4+ COPY environment.yml /tmp/environment.yml
5+
6+ RUN mamba env update --debug --prefix ${CONDA_DIR} --file /tmp/environment.yml
Original file line number Diff line number Diff line change @@ -3,19 +3,13 @@ channels:
33- nodefaults
44dependencies :
55- invoke
6- # - packaging
7- - pyyaml
86# applications
9- # - jupyterlab
107- jupyter-collaboration
11- # - nbconvert
12- - notebook
13- # extensions
14- # - jupyter-offlinenotebook
15- # - jupyterlab-fasta
8+ # # extensions
9+ - jupyter-offlinenotebook
10+ - jupyterlab-fasta
1611- jupyterlab-geojson
17- # Python Kernel
18- # - ipykernel
12+ # # Python Kernel
1913- xeus-python
2014- ipywidgets
2115- ipyleaflet
@@ -24,19 +18,17 @@ dependencies:
2418- dask
2519- matplotlib-base
2620- pandas
27- - python=3.11
2821- scikit-image
2922- scikit-learn
3023- seaborn-base
31- - tensorflow
3224- sympy
3325- traittypes
3426# C++ Kernel
35- # - xeus-cling
36- # - xtensor
37- # - xtensor-blas
38- # - xwidgets
27+ - xeus-cling
28+ - xtensor
29+ - xtensor-blas
30+ - xwidgets
3931- xleaflet
4032# CLI tools
4133- pip
42- - vim
34+ - vim
You can’t perform that action at this time.
0 commit comments