Commit Graph

11 Commits

Author SHA1 Message Date
Ayaz Salikhov
143db355da Install mamba 2.0 (#2147) 2024-12-03 01:31:56 +01:00
Ayaz Salikhov
7060f20fb5 Remove pandas from EXCLUDED_PACKAGES (#2176) 2024-12-02 16:13:01 +00:00
Erik Sundell
caf725210c base-notebook: stop installing nodejs from conda-forge (#2172)
* base-notebook: stop installing nodejs from conda-forge

nodejs was a conda dependency of jupyterhub, but by installing
jupyterhub-base we no longer need it and could opt to remove it.

By doing this, building base-notebook led to a reported size reduction
from 974MB to 828MB, which is a 146MB / 15% size reduction.

* Update CHANGELOG.md

* Update CHANGELOG.md

* Install jupyterhub-singleuser instead of jupyterhub-base

Note that jupyterhub-base is really whats the foundational need for this
image, where jupyterhub-singleuser the conda-forge package is building on
jupyterhub-base by also adding a depdendency on jupyterlab - but the
jupyterhub-singleuser command is provided by jupyterhub-base conda-forge
package.

* Update CHANGELOG.md

Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>

---------

Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
2024-11-08 15:15:07 +00:00
Erik Sundell
28a0b25bce Install jupyterhub-base instead of jupyterhub (#2171)
* Install jupyterhub-base instead of jupyterhub

* Update images/base-notebook/Dockerfile

---------

Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
2024-11-06 15:04:07 +00:00
Ayaz Salikhov
c2d9d1f06a Pin min notebook version (#2167)
* [TMP] Pin min notebook version

* Update Dockerfile
2024-11-04 14:55:35 +00:00
Ayaz Salikhov
640938bd1f Fix test 2024-10-02 11:42:39 +01:00
Ayaz Salikhov
55ea74f89f Exclude mamba package from tests 2024-09-30 09:13:25 +02:00
Simon Li
6e437aa489 Make start.sh the entrypoint (#2087) 2024-01-22 08:47:48 +04:00
Ayaz Salikhov
0a75e3d3a6 Minor improvements 2023-11-21 13:17:33 +01:00
Ayaz Salikhov
d8c60bc42c Fix more grammar issues 2023-11-19 12:16:19 +01:00
Ayaz Salikhov
dc5ec3d08b Move test_packages.py to docker-stacks-foundation tests 2023-11-05 00:14:34 +01:00