Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 7ddb06a6 authored by GILLES Sebastien's avatar GILLES Sebastien
Browse files

In Docker image pip install in a local directory and the extension doesn't...

In Docker image pip install in a local directory and the extension doesn't work properly (it did on a local installation).

So this is an attempt to fix it.
parent 39a49d2d
No related branches found
No related tags found
No related merge requests found
Pipeline #936301 passed
......@@ -19,6 +19,7 @@ SHELL ["/bin/bash", "-c"]
# Install the utility to handle citations
RUN pip install jupyterlab-citation-manager
ENV PATH="${PATH}:/home/${USER}/.local/bin"
# The code to run when container is started:
# Using informations from https://hub.docker.com/r/continuumio/miniconda3 and options used by Vicente in former Docker file based on Ubuntu.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment