13 lines
645 B
Plaintext
13 lines
645 B
Plaintext
|
|
Python项目启动:
|
|||
|
|
1、python manage.py runserver 0.0.0.0:8000(支持http)
|
|||
|
|
2、uvicorn industrial_prediction.asgi:application --host 0.0.0.0 --port 8000 (支持websocket和http)
|
|||
|
|
|
|||
|
|
公司101服务部署:
|
|||
|
|
AI算法模型训练及部署管理平台
|
|||
|
|
公司内部地址:192.168.1.101:3000
|
|||
|
|
账号/密码:admin/123456
|
|||
|
|
后端程序地址:/thb-space/document/industrial_train_prediction/industrial_train_prediction
|
|||
|
|
前端程序地址:/thb-space/document/industrial_train_prediction/dist
|
|||
|
|
静态文件存放地址:/thb-space/document/industrial_train_prediction/image
|
|||
|
|
后端docker容器:industrial_container
|
|||
|
|
前端docker容器:nginx
|