Meng Zhang commited on
Commit
3c7c9be
1 Parent(s): b444405
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -1,3 +1,5 @@
1
  FROM tabbyml/tabby
2
 
 
 
3
  CMD ["serve", "--device", "cuda", "--model", "TabbyML/SantaCoder-1B"]
 
1
  FROM tabbyml/tabby
2
 
3
+ RUN mkdir -p /data
4
+
5
  CMD ["serve", "--device", "cuda", "--model", "TabbyML/SantaCoder-1B"]