release 1.0.0

This commit is contained in:
deng
2025-12-03 09:06:10 +08:00
parent 06261a80be
commit 74e1d96600
7 changed files with 148 additions and 7 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:latest .
# docker save -o hiking_assistant.tar hiking_assistant:latest
# docker build --platform=linux/amd64 -t hiking_assistant:1.0.0 .
# docker save -o hiking_assistant.tar hiking_assistant:1.0.0