Skip to content

Commit

Permalink
do not use wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
t0rbik committed Sep 23, 2023
1 parent 51df74e commit 73842a3
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,7 +7,7 @@ RUN apt-get clean
WORKDIR /app
COPY ./ /app

RUN pip install --no-cache-dir -e .
RUN pip install -e . --no-binary :all: --no-cache-dir

EXPOSE 3000

Expand Down

0 comments on commit 73842a3

Please sign in to comment.