Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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
|
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"]
|