mirror of
https://github.com/lordmathis/llamactl.git
synced 2025-11-05 16:44:22 +00:00
Move docker stuff to a dedicated folder
This commit is contained in:
@@ -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:
|
||||||
Reference in New Issue
Block a user