jerukperas commited on
Commit
0d82e4a
·
verified ·
1 Parent(s): 61dc085

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,4 +23,4 @@ ENV PATH="/home/ubuntu/.local/bin:${PATH}"
23
 
24
  WORKDIR /home/ubuntu
25
 
26
- CMD ["tabby", "serve", "--model", "TabbyML/StarCoder-1B"]
 
23
 
24
  WORKDIR /home/ubuntu
25
 
26
+ CMD ["/home/ubuntu/.local/bin/tabby", "serve", "--model", "TabbyML/StarCoder-1B"]