ikw commited on
Commit
3c72cdb
·
verified ·
1 Parent(s): 7568c10

feat: use the latest tabby image from ghcr

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
- FROM tabbyml/tabby:0.17.0
2
 
3
  ENV TABBY_ROOT=/data/.tabby
4
 
5
- CMD ["serve", "--device", "cuda", "--model", "TabbyML/StarCoder-1B"]
 
1
+ FROM ghcr.io/tabbyml/tabby:latest
2
 
3
  ENV TABBY_ROOT=/data/.tabby
4
 
5
+ CMD ["serve", "--device", "cuda", "--model", "TabbyML/Qwen2.5-Coder-1.5B"]