File size: 195 Bytes
ed63286
31b1385
 
 
 
 
f9e6b12
1
2
3
4
5
6
7
8
# Read the doc: https://huggingface.co/docs/hub/spaces-sdks-docker
# you will also find guides on how best to write your Dockerfile

FROM python:3.9


CMD ["python3", "-m", "http.server","7860"]