ilhamap commited on
Commit
ed63286
·
verified ·
1 Parent(s): 090d2fe

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ # Read the doc: https://huggingface.co/docs/hub/spaces-sdks-docker
2
+ CMD ["python3", "-m", "http.server", "0.0.0.0", "--port", "7860"]