Meng Zhang commited on
Commit
7b5712c
1 Parent(s): e4331bd
Files changed (3) hide show
  1. Dockerfile +0 -10
  2. README.md +1 -1
  3. tabby.toml +0 -2
Dockerfile CHANGED
@@ -1,11 +1 @@
1
  FROM tabbyml/tabby:latest
2
-
3
- USER root
4
-
5
- RUN mkdir -p /data
6
- RUN chown 1000 /data
7
-
8
- USER 1000
9
-
10
- RUN mkdir -p /data/config
11
- COPY tabby.toml /data/config/
 
1
  FROM tabbyml/tabby:latest
 
 
 
 
 
 
 
 
 
 
README.md CHANGED
@@ -6,7 +6,7 @@ colorTo: indigo
6
  sdk: docker
7
  pinned: false
8
 
9
- app_port: 5000
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
6
  sdk: docker
7
  pinned: false
8
 
9
+ app_port: 8080
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
tabby.toml DELETED
@@ -1,2 +0,0 @@
1
- [projects.tabby]
2
- git_url = "https://github.com/TabbyML/tabby.git"