Move docker stuff to a dedicated folder

This commit is contained in:
2025-09-29 21:16:51 +02:00
parent cb2d95139f
commit 7d39e7ee86
3 changed files with 4 additions and 4 deletions

View File

@@ -3,8 +3,8 @@ version: '3.8'
services: services:
llamactl-llamacpp: llamactl-llamacpp:
build: build:
context: . context: ..
dockerfile: Dockerfile.llamacpp dockerfile: docker/Dockerfile.llamacpp
image: llamactl:llamacpp-cuda image: llamactl:llamacpp-cuda
container_name: llamactl-llamacpp container_name: llamactl-llamacpp
ports: ports:
@@ -29,8 +29,8 @@ services:
llamactl-vllm: llamactl-vllm:
build: build:
context: . context: ..
dockerfile: Dockerfile.vllm dockerfile: docker/Dockerfile.vllm
image: llamactl:vllm-cuda image: llamactl:vllm-cuda
container_name: llamactl-vllm container_name: llamactl-vllm
ports: ports: