ilhamap commited on
Commit
31b1385
·
verified ·
1 Parent(s): ed63286

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -0
Dockerfile CHANGED
@@ -1,2 +1,7 @@
1
  # Read the doc: https://huggingface.co/docs/hub/spaces-sdks-docker
 
 
 
 
 
2
  CMD ["python3", "-m", "http.server", "0.0.0.0", "--port", "7860"]
 
1
  # Read the doc: https://huggingface.co/docs/hub/spaces-sdks-docker
2
+ # you will also find guides on how best to write your Dockerfile
3
+
4
+ FROM python:3.9
5
+
6
+
7
  CMD ["python3", "-m", "http.server", "0.0.0.0", "--port", "7860"]