From 17a332f081061f728a55ff11026d2432f2cc08ce Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <mm@ucw.sh> Date: Wed, 16 Sep 2020 17:53:04 +0200 Subject: [PATCH] [jupyterhub_vim] fix --- jupyterhub/vim/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterhub/vim/Dockerfile b/jupyterhub/vim/Dockerfile index b825dd9..7db4243 100755 --- a/jupyterhub/vim/Dockerfile +++ b/jupyterhub/vim/Dockerfile @@ -4,4 +4,4 @@ FROM git.imp.fu-berlin.de:5000/bioroboticslab/robofish/docker/jupyterhub LABEL maintainer="Moritz Maxeiner <moritz.maxeiner@fu-berlin.de>" LABEL authors="Moritz Maxeiner <moritz.maxeiner@fu-berlin.de>" -RUN python${JUPYTERHUB_PYTHON_VERSION} -m jupyter labextension install @axlair/jupyterlab_vim +RUN python${PYTHON_VERSION} -m jupyter labextension install @axlair/jupyterlab_vim -- GitLab