diff --git a/jupyterhub/Dockerfile b/jupyterhub/Dockerfile index cae365d988e2ecb477016fedca733d2bd2205a68..9e559c1891b9f169b79db8d6ea5277d66bdc747c 100755 --- a/jupyterhub/Dockerfile +++ b/jupyterhub/Dockerfile @@ -32,7 +32,6 @@ RUN python${PYTHON_VERSION} -m pip --no-cache-dir install \ jupyter-webrtc \ ipyvolume \ jupyter-threejs \ - @axlair/jupyterlab_vim \ && \ python${PYTHON_VERSION} -m jupyter labextension install @ryantam626/jupyterlab_code_formatter && \ python${PYTHON_VERSION} -m pip --no-cache-dir install jupyterlab_code_formatter && \