# Build quote caster gradio image docker build -t quote-caster-gradio . # Run Quote caster docker run --rm -it -p 7860:7860 quote-caster-gradio