We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b2f883 commit 2574e89Copy full SHA for 2574e89
Makefile
@@ -128,6 +128,7 @@ endef
128
129
# Launches Lumigator in 'development' mode (all services running locally, code mounted in)
130
local-up: config-generate-env
131
+ git config --unset-all core.hooksPath
132
uv run pre-commit install
133
RAY_ARCH_SUFFIX=$(RAY_ARCH_SUFFIX) ARCH=${ARCH} COMPUTE_TYPE=$(COMPUTE_TYPE) docker compose --env-file "$(CONFIG_BUILD_DIR)/.env" --profile local $(GPU_COMPOSE) $(MODEL_CACHE_COMPOSE) -f $(LOCAL_DOCKERCOMPOSE_FILE) -f $(DEV_DOCKER_COMPOSE_FILE) up --watch --build
134
0 commit comments