Tuto_Sentiment_Analysis_App / build_commands.txt
eaedk's picture
command for docker
d226f31
raw
history blame
235 Bytes
# docker build -t <name>:<tag> -p <pathname>
# docker container run -p [host_ip]:[host_port]:[container_port]
#
docker build . -t gradio_app_demo:latest
docker images
docker run -p 8080:7860 --name gradio_app_demo image_id
docker ps