wsxiaoys commited on
Commit
7568c10
1 Parent(s): 0f44892

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -4
Dockerfile CHANGED
@@ -1,8 +1,5 @@
1
  FROM tabbyml/tabby:0.17.0
2
 
3
- USER root
4
- RUN mkdir -p /data
5
- RUN chown 1000 /data
6
 
7
- USER 1000
8
  CMD ["serve", "--device", "cuda", "--model", "TabbyML/StarCoder-1B"]
 
1
  FROM tabbyml/tabby:0.17.0
2
 
3
+ ENV TABBY_ROOT=/data/.tabby
 
 
4
 
 
5
  CMD ["serve", "--device", "cuda", "--model", "TabbyML/StarCoder-1B"]