rename service

This commit is contained in:
Michael Pilosov 2026-05-16 18:22:26 -06:00
parent 802ee4b857
commit 27d9494123
3 changed files with 3 additions and 3 deletions

View File

@ -10,5 +10,5 @@ hf_cache
output* output*
.python-version .python-version
Makefile Makefile
docker-compose.yml compose.yml
build build

View File

@ -48,7 +48,7 @@ dev: sync ## Run the service locally (no Docker; needs local CUDA)
uv run rmbg-as-a-service uv run rmbg-as-a-service
shell: ## Open a shell inside a fresh container 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 fmt: ## Format code with ruff
uv run ruff format src scripts uv run ruff format src scripts

View File

@ -1,5 +1,5 @@
services: services:
birefnet: rmbg:
build: . build: .
image: rmbg-as-a-service:latest image: rmbg-as-a-service:latest
container_name: rmbg-as-a-service container_name: rmbg-as-a-service