File size: 329 Bytes
a12acd4
 
341c97f
a12acd4
7572f51
3717835
a12acd4
 
1
2
3
4
5
6
7
8
#pull the image from dockerhub
FROM parthardas/banking-finetuned-phi1-5:latest

#expose the port that Hugging Face Spaces allows by default
EXPOSE 7860

# define command that will override the docker image's Dockerfile CMD command
CMD ["streamlit", "run", "pipeline_consumer.py", "--server.port=7860", "--server.address=0.0.0.0"]