Skip to content
Snippets Groups Projects
Commit 317e36ea authored by calrama's avatar calrama
Browse files

[jupyterhub] add git extension

parent 4853f00c
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,9 @@ RUN python${PYTHON_VERSION} -m pip --no-cache-dir install \
python${PYTHON_VERSION} -m jupyter labextension install @ryantam626/jupyterlab_code_formatter && \
python${PYTHON_VERSION} -m pip --no-cache-dir install jupyterlab_code_formatter && \
python${PYTHON_VERSION} -m jupyter serverextension enable --sys-prefix --py jupyterlab_code_formatter && \
python${PYTHON_VERSION} -m pip --no-cache-dir install black isort
python${PYTHON_VERSION} -m pip --no-cache-dir install black isort && \
python${PYTHON_VERSION} -m pip --no-cache-dir install jupyterlab-git && \
python${PYTHON_VERSION} -m jupyter lab build
RUN mkdir -p ~/.venv && \
python${PYTHON_VERSION} -m venv ~/.venv/robofish && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment