A Vue3 Single HTML Docker Example
This repository contains a simple example of using Vue3, a strong framework for creating HTML pages. In this example, we'll show you how to quickly distribute a HTML page by using this Docker image.
Before you begin, make sure you have some basic knowledge about Docker.
You can get more datails from pyouthful/gradio-example.
To run the Gradio example application using this Docker image, follow these steps:
Pull the Docker image from the Docker Hub repository:
docker pull pyouthful/html-exampledocker run -p 2888:8888 pyouthful/html-exampleOnce the container is running, you can access the Gradio application by opening a web browser and navigating to:
Normally, nginx will expose port 80 and it sometimes not allowed for some vendors, so this example also tell you how to change the default config of nginx (from 80 to 8888), so that you can arrange the port at will.
This is a simple demo to show how it works on Huggingface: