Skip to content

Commit

Permalink
add cache directory into dockerfile
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 67815fa commit d6c7338
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ENV PIP_MIRROR="-i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"
ENV GENTRADE_CACHE_DIR="/app/cache/"

ADD . /app/GenTradeServer
ADD cache /app/cache/
RUN git clone https://github.com/TrustWiseAgent/GenTrade /app/GenTrade

ENV PYTHONPATH=/app/GenTrade/src/:/app/GenTradeServer/src/
Expand Down

0 comments on commit d6c7338

Please sign in to comment.