Skip to content

Commit

Permalink
Dockerfile: upgrade GenTrade -> v0.0.19
Browse files Browse the repository at this point in the history
Signed-off-by: Lu Ken <[email protected]>
  • Loading branch information
kenplusplus committed Jan 1, 2025
1 parent 6fe128e commit c817a47
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 @@ -8,7 +8,7 @@ ENV GENTRADE_CACHE_DIR=/app/cache/
ADD . /app/GenTradeServer
ADD cache /app/cache/

RUN pip install gentrade==0.0.18
RUN pip install gentrade==0.0.19

ENV PYTHONPATH=/app/GenTradeServer/src/

Expand Down

0 comments on commit c817a47

Please sign in to comment.