mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
7 lines
227 B
Bash
7 lines
227 B
Bash
|
|
#!/bin/bash
|
||
|
|
set -euo pipefail
|
||
|
|
|
||
|
|
# FIXME: Should this coming from conda-forge instead?
|
||
|
|
$PYTHON -m pip install --no-deps --ignore-installed \
|
||
|
|
jupyterhub-systemdspawner==0.9.10 \
|
||
|
|
jupyterhub-dummyauthenticator==0.3.1
|