diff --git a/jupyterhub/Dockerfile b/jupyterhub/Dockerfile index a490089d4a90bcb93faeddaa0948ac2de2efa657..61f9180fa32cbd06dec67aa2e4a1a792e49d48ca 100755 --- a/jupyterhub/Dockerfile +++ b/jupyterhub/Dockerfile @@ -31,8 +31,7 @@ RUN python${PYTHON_VERSION} -m pip --no-cache-dir install \ python${PYTHON_VERSION} -m jupyter labextension install \ jupyter-webrtc \ ipyvolume \ - jupyter-threejs \ - jupyterlab_vim + jupyter-threejs RUN mkdir -p ~/.venv && \ python${PYTHON_VERSION} -m venv ~/.venv/robofish && \