leezhuuu commited on
Commit
c4ac184
·
verified ·
1 Parent(s): 796c80d

Create .huggingface.yml

Browse files
Files changed (1) hide show
  1. .huggingface.yml +10 -0
.huggingface.yml ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ # .huggingface.yml
2
+ docker:
3
+ build:
4
+ context: .
5
+ dockerfile: Dockerfile
6
+ run:
7
+ ports:
8
+ - 80:80
9
+ environment:
10
+ - TZ=Asia/Shanghai