12 lines
150 B
YAML
12 lines
150 B
YAML
|
|
version: '3.3'
|
||
|
|
|
||
|
|
services:
|
||
|
|
server:
|
||
|
|
image: tabbyml/tabby
|
||
|
|
environment:
|
||
|
|
MODEL_BACKEND: python
|
||
|
|
|
||
|
|
triton:
|
||
|
|
profiles:
|
||
|
|
- donotstart
|