eienmojiki commited on
Commit
bb53a25
·
verified ·
1 Parent(s): 0f27811

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -42,5 +42,5 @@ RUN wget https://github.com/TabbyML/tabby/releases/download/nightly/tabby_x86_64
42
 
43
  RUN chmod +x tabby llama-server
44
 
45
- EXPOSE 7860
46
  CMD ["./tabby", "serve", "--model", "StarCoder-1B"]
 
42
 
43
  RUN chmod +x tabby llama-server
44
 
45
+ EXPOSE 8080
46
  CMD ["./tabby", "serve", "--model", "StarCoder-1B"]