diff --git a/.dockerignore b/.dockerignore index 6ad1c19..5b35dd3 100644 --- a/.dockerignore +++ b/.dockerignore @@ -10,5 +10,5 @@ hf_cache output* .python-version Makefile -docker-compose.yml +compose.yml build diff --git a/Makefile b/Makefile index 789842f..0ed10eb 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ dev: sync ## Run the service locally (no Docker; needs local CUDA) uv run rmbg-as-a-service shell: ## Open a shell inside a fresh container - $(COMPOSE) run --rm --entrypoint bash birefnet + $(COMPOSE) run --rm --entrypoint bash rmbg fmt: ## Format code with ruff uv run ruff format src scripts diff --git a/compose.yml b/compose.yml index a1b1f99..d5c5d1a 100644 --- a/compose.yml +++ b/compose.yml @@ -1,5 +1,5 @@ services: - birefnet: + rmbg: build: . image: rmbg-as-a-service:latest container_name: rmbg-as-a-service