infernet-1.0.0 update
This commit is contained in:
@ -5,7 +5,7 @@ TAG := $(DOCKER_ORG)/example-$(EXAMPLE_NAME)-infernet:latest
|
||||
.phony: build run build-multiplatform
|
||||
|
||||
build:
|
||||
@docker build -t $(TAG) .
|
||||
@docker build -t $(TAG) --build-arg index_url=$(index_url) .
|
||||
|
||||
run:
|
||||
docker run -p 3000:3000 --env-file tgi-llm.env $(TAG)
|
||||
|
Reference in New Issue
Block a user