Gemma notebook

This commit is contained in:
Niels Geens
2025-04-30 13:36:24 +02:00
parent 8544f12d41
commit 95546208e8
2 changed files with 281 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ fi
if [ -z "${SIA_INSTALL_NO_NOTEBOOK}"]; then
echo "Installing venv for running notebooks..."
python3 -m venv /root/venvs/notebook
/root/venvs/notebook/bin/pip install ipykernel ipywidgets
/root/venvs/notebook/bin/pip install jupyter ipykernel ipywidgets
/root/venvs/notebook/bin/ipython kernel install --name=notebook
fi