pickle removed (allready part of python)

This commit is contained in:
Nicolas 2022-03-13 22:34:50 +01:00
parent 27683ede62
commit 29796d593b
1 changed files with 1 additions and 1 deletions

View File

@ -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 && \