From 29796d593bfbc44f591d38a40cba91f6620d7f97 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Sun, 13 Mar 2022 22:34:50 +0100 Subject: [PATCH] pickle removed (allready part of python) --- setup02.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup02.sh b/setup02.sh index 9d78957..dc4eaa6 100644 --- a/setup02.sh +++ b/setup02.sh @@ -15,7 +15,7 @@ apt-get install -y python3-pip nodejs npm git && \ python3 -m pip install jupyterhub && \ npm install -g configurable-http-proxy && \ python3 -m pip install jupyterlab notebook tensorflow jupyterlab-git && \ -python3 -m pip install tqdm pickle pandas ipywidgets pillow matplotlib && \ +python3 -m pip install tqdm pandas ipywidgets pillow matplotlib && \ python3 -m pip install scipy scikit-learn && \ mkdir /etc/jupyterhub/ && \ cp jupyterhub_config.py /etc/jupyterhub/jupyterhub_config.py && \