Skip to content

Commit

Permalink
fix wrong pip install
Browse files Browse the repository at this point in the history
Signed-off-by: Lu Ken <[email protected]>
  • Loading branch information
kenplusplus committed Dec 31, 2024
1 parent 57998da commit 039a28b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ ENV PYTHONPATH=/app/GenTradeServer/src/
VOLUME [ "/app/cache/" ]
WORKDIR /app/GenTradeServer/src/

RUN pip install ${PIP_MIRROR} -r /app/GenTrade/requirements.txt
RUN pip install ${PIP_MIRROR} -r /app/GenTradeServer/requirements.txt


Expand Down

0 comments on commit 039a28b

Please sign in to comment.