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:
llamactl-llamacpp:
build:
context: .
dockerfile: Dockerfile.llamacpp
context: ..
dockerfile: docker/Dockerfile.llamacpp
image: llamactl:llamacpp-cuda
container_name: llamactl-llamacpp
ports:
@@ -29,8 +29,8 @@ services:
llamactl-vllm:
build:
context: .
dockerfile: Dockerfile.vllm
context: ..
dockerfile: docker/Dockerfile.vllm
image: llamactl:vllm-cuda
container_name: llamactl-vllm
ports: