pickle removed (allready part of python)
This commit is contained in:
parent
27683ede62
commit
29796d593b
|
@ -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 && \
|
||||
|
|
Loading…
Reference in New Issue