mirror of
https://github.com/fauxpilot/fauxpilot.git
synced 2025-07-14 17:13:25 -07:00
Resolve conflicts
This commit is contained in:
commit
bd99831635
7 changed files with 36 additions and 4 deletions
|
@ -3,7 +3,7 @@ services:
|
|||
triton:
|
||||
build:
|
||||
context: ../../
|
||||
dockerfile: ../../triton.Dockerfile
|
||||
dockerfile: triton.Dockerfile
|
||||
command: bash -c "CUDA_VISIBLE_DEVICES="${GPUS}" mpirun -n 1 --allow-run-as-root /opt/tritonserver/bin/tritonserver --model-repository=/model"
|
||||
shm_size: '2gb'
|
||||
volumes:
|
||||
|
@ -27,7 +27,7 @@ services:
|
|||
# For local build
|
||||
build:
|
||||
context: ../../
|
||||
dockerfile: ../../proxy.Dockerfile
|
||||
dockerfile: proxy.Dockerfile
|
||||
env_file:
|
||||
# Automatically created via ./setup.sh
|
||||
- test.env
|
||||
|
|
|
@ -3,7 +3,7 @@ services:
|
|||
triton:
|
||||
build:
|
||||
context: ../../
|
||||
dockerfile: ../../triton.Dockerfile
|
||||
dockerfile: triton.Dockerfile
|
||||
command: bash -c "CUDA_VISIBLE_DEVICES="${GPUS}" mpirun -n 1 --allow-run-as-root /opt/tritonserver/bin/tritonserver --model-repository=/model"
|
||||
shm_size: '2gb'
|
||||
volumes:
|
||||
|
@ -20,7 +20,7 @@ services:
|
|||
# For local build
|
||||
build:
|
||||
context: ../../
|
||||
dockerfile: ../../proxy.Dockerfile
|
||||
dockerfile: proxy.Dockerfile
|
||||
env_file:
|
||||
# Automatically created via ./setup.sh
|
||||
- test.env
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue