*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 8cf69654 authored by Muck, Katrin's avatar Muck, Katrin
Browse files

Update to hub-2.0.2 and try to install customizations

parent 9dc019de
No related branches found
No related tags found
1 merge request!1Update to v2.0.2
.DS_Store
......@@ -9,8 +9,6 @@ variables:
buid-default-notebooks:
only:
# changes: # changes does not work with variables atm!
# - default/**/*
refs:
- tags
when: manual
......@@ -26,8 +24,6 @@ buid-default-notebooks:
buid-gpu-jupyter:
only:
# changes: # changes does not work with variables atm!
# - gpu-jupyter/**/*
refs:
- tags
when: manual
......
BootStrap: docker
From: jupyter/base-notebook:hub-1.5.0
From: jupyter/base-notebook:hub-2.0.2
%files
requirements.txt /home/joyvan
%post
/opt/conda/bin/pip install batchspawner==1.1.0
\ No newline at end of file
/opt/conda/bin/pip install -r /home/joyvan/requirements.txt
rm -f /home/joyvan/requirements.txt
apt install git
\ No newline at end of file
batchspawner==1.1.0
jupyterlab-slurm==3.0.1
jupyterlab-system-monitor==0.8.0
jupyterlab-git==0.34.2
jupyterlab-widgets==1.0.2
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment