File size: 108 Bytes
8541160
 
 
 
9e48d1e
1
2
3
4
5
6
FROM tabbyml/tabby

ENV MODEL=TabbyML/SantaCoder-1B

CMD ["serve", "--device", "cuda", "--model", "$MODEL"]