accelerate loading speed

This commit is contained in:
deng
2026-05-25 13:51:48 +08:00
parent 145b52490f
commit 302e105f09
7 changed files with 78 additions and 22 deletions

View File

@ -47,5 +47,5 @@ EXPOSE 8800
CMD ["python", "-m", "streamlit", "run", "app.py"]
# Build
# docker build --platform=linux/amd64 -t hiking_assistant:1.0.1 .
# docker save -o hiking_assistant.tar hiking_assistant:1.0.1
# docker build --platform=linux/amd64 -t hiking_assistant:1.0.2 .
# docker save -o hiking_assistant.tar hiking_assistant:1.0.2