Skip to content

Commit

Permalink
Fixed package name in PiPy
Browse files Browse the repository at this point in the history
  • Loading branch information
Nic-Nic committed Mar 21, 2024
1 parent ff203a0 commit 5838309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5838309

Please sign in to comment.