Skip to content

Commit

Permalink
Match local-up profiles and compose files, in local-down
Browse files Browse the repository at this point in the history
  • Loading branch information
peteski22 committed Feb 5, 2025
1 parent 8a4ba2d commit 0c33298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ local-up: check-dot-env
RAY_ARCH_SUFFIX=$(RAY_ARCH_SUFFIX) COMPUTE_TYPE=$(COMPUTE_TYPE) docker compose --profile local $(GPU_COMPOSE) -f $(LOCAL_DOCKERCOMPOSE_FILE) -f ${DEV_DOCKER_COMPOSE_FILE} up --watch --build

local-down:
docker compose --profile local -f $(LOCAL_DOCKERCOMPOSE_FILE) down
docker compose --profile local $(GPU_COMPOSE) -f $(LOCAL_DOCKERCOMPOSE_FILE) -f ${DEV_DOCKER_COMPOSE_FILE} down

local-logs:
docker compose -f $(LOCAL_DOCKERCOMPOSE_FILE) logs
Expand Down

0 comments on commit 0c33298

Please sign in to comment.