Skip to content

Commit 7809c8e

Browse files
committed
Base image off jupyter/docker-stacks
1 parent 7e7adfa commit 7809c8e

File tree

2 files changed

+15
-17
lines changed

2 files changed

+15
-17
lines changed

.binder/Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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

.binder/environment.yml

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,13 @@ channels:
33
- nodefaults
44
dependencies:
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

0 commit comments

Comments
 (0)