feat: add support for arm64 platform in Docker commands and update INSTALL_TYPE variable in docker-compose

This commit is contained in:
unclecode
2024-11-24 19:35:53 +08:00
parent edad7b6a74
commit d7c5b900b8
2 changed files with 11 additions and 2 deletions

View File

@@ -4,8 +4,8 @@ services:
context: .
dockerfile: Dockerfile
args:
PYTHON_VERSION: 3.10
INSTALL_TYPE: all
PYTHON_VERSION: "3.10"
INSTALL_TYPE: ${INSTALL_TYPE:-basic}
ENABLE_GPU: false
profiles: ["local"]
ports: