Skip to content

Commit

Permalink
Revert "Simplify Makefile (#503)"
Browse files Browse the repository at this point in the history
This reverts commit 7e2fcb0.
  • Loading branch information
JosephMarinier committed Mar 21, 2023
1 parent 1047681 commit da829af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ else
endif

ifeq ($(DEVICE),gpu)
COMPOSE_EXT=-gpu
COMPOSE_EXT=-f docker-compose-gpu.yml
else
COMPOSE_EXT=
endif
Expand Down Expand Up @@ -55,7 +55,7 @@ compose: build launch

.PHONY: launch
launch:
docker compose -f docker-compose$(COMPOSE_EXT).yml --env-file $(ENV_FILE) up
docker-compose -f docker-compose.yml $(COMPOSE_EXT) --env-file $(ENV_FILE) up

.PHONY: push
push:
Expand Down

0 comments on commit da829af

Please sign in to comment.