diff --git a/Dockerfile b/Dockerfile index 3aa7f60..7d5858e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,5 +7,5 @@ RUN apt-get update -qq && apt-get install -y \ RUN conda env create -f environment.yml ENV PATH="/opt/conda/envs/backsub/bin:$PATH" -RUN pip install --upgrade decoupler-py +RUN pip install --upgrade decoupler