Overseas access: www.kdjingpai.com
Bookmark Us
Current Position:fig. beginning " AI Answers

How to deploy GBC MedAI via Docker?

2025-08-14 95

Deploying GBC MedAI using Docker is the most recommended deployment method, as described below:

  1. Ensure that Docker is installed
  2. Execute the build command in the project root directory:docker build -t gbc-madai .
  3. Run the container:docker run -d -p 8000:8000 --env-file .env gbc-madai

Once deployed, it can be accessed at the following address:

  • Front-end access: http://localhost:8000/
  • API documentation address (Swagger UI): http://localhost:8000/docs

Docker deployment simplifies the environment configuration process, improves deployment stability and convenience, and is particularly suitable for production environments.

Recommended

Can't find AI tools? Try here!

Just type in the keyword Accessibility Bing SearchYou can quickly find all the AI tools on this site.

Top

en_USEnglish