change default pipeline

This commit is contained in:
2026-01-22 16:47:09 +08:00
parent 5514f73aa5
commit 56ee6a1b4a

View File

@@ -47,4 +47,4 @@ conda activate base\n\
exec "$@"' > /entrypoint.sh && chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
CMD ["python", "fastapi_server/server_dashscope.py", "vision"]
CMD ["python", "fastapi_server/server_dashscope.py", "route"]