j commited on
Commit
9ddbe14
·
1 Parent(s): 7d1e52e

initial commit

Browse files
Files changed (2) hide show
  1. Dockerfile +5 -0
  2. README.md +1 -0
Dockerfile ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ FROM teamjn/reaspeech-hf:latest
2
+
3
+ WORKDIR /app
4
+
5
+ CMD ["bash"]
README.md CHANGED
@@ -5,6 +5,7 @@ colorFrom: blue
5
  colorTo: purple
6
  sdk: docker
7
  pinned: false
 
8
  ---
9
 
10
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
5
  colorTo: purple
6
  sdk: docker
7
  pinned: false
8
+ app_port: 9000
9
  ---
10
 
11
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference