https://github.com/robmarkcole/gradio-docker-demo
Demo deploy gradio app using docker
https://github.com/robmarkcole/gradio-docker-demo
Last synced: about 1 year ago
JSON representation
Demo deploy gradio app using docker
- Host: GitHub
- URL: https://github.com/robmarkcole/gradio-docker-demo
- Owner: robmarkcole
- License: apache-2.0
- Created: 2022-03-10T05:50:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-10T05:59:26.000Z (over 4 years ago)
- Last Synced: 2025-03-25T00:07:48.428Z (about 1 year ago)
- Language: Python
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gradio-docker-demo
Demo deploy gradio app using docker. Ref https://github.com/gradio-app/gradio/issues/24
```
docker build -t gradio-demo .
docker run -p 7860:7860 gradio-demo
```
Go to [http://localhost:7860/](http://localhost:7860/)