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:
|
||||
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:
|
||||
Reference in New Issue
Block a user