Skip to content

Commit

Permalink
Update pip installation command in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
horta committed Oct 31, 2023
1 parent c8fc2d7 commit 64bc9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.11 AS base
WORKDIR /app
COPY . .
RUN pip install --no-cache-dir --upgrade -e .
RUN pip install --use-pep517 --no-cache-dir --upgrade -e .

FROM base AS presser
CMD [ "deciphonctl", "presser", "run" ]
Expand Down

0 comments on commit 64bc9ca

Please sign in to comment.