PaddlePaddle / PaddlePaddle/FastDeploy
docker使用vdl
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3.7k
- Forks
- 756
- Avg merge
- 19h 28m
- Merged PRs (30d)
- 4
Description
温馨提示:根据社区不完全统计,按照模板提问,可以加快回复和解决问题的速度
环境
- 【FastDeploy版本】: 说明具体的版本,如docker pull paddlepaddle/fastdeploy:1.0.7-gpu-cuda11.6-trt8.5-22.12
- 【编译命令】如果您是自行编译的FastDeploy,请说明您的编译方式(参数命令)
- 【系统平台】: Linux x64(Ubuntu 18.04) /
- 【硬件】: 说明具体硬件型号,如 Nvidia GPU 3090
- 【编译语言】: Python(3.8等)
问题日志及出现问题的操作流程
开放的端口没有FASTDEPLOY_SERVER,和FASTDEPLOY_CLIENT.
按照这个文档进行操作的
https://github.com/PaddlePaddle/FastDeploy/blob/develop/serving/docs/zh_CN/vdl_management.md
这是我的docker命令
sudo docker pull paddlepaddle/fastdeploy:1.0.7-gpu-cuda11.6-trt8.5-22.12
sudo docker run -it --runtime=nvidia --gpus all --net=host --name fd_serving -v pwd/:/FastDeploy paddlepaddle/fastdeploy:1.0.7-gpu-cuda11.6-trt8.5-22.12 bash
/FastDeploy/examples# visualdl --host 0.0.0.0 --port 8082
这是网页端结果
这是README的结果
想问一下为什么我开放的端口没有FASTDEPLOY_SERVER,和FASTDEPLOY_CLIENT.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with serving/docs/zh_CN/vdl_management.md and reproduce the reported docker run command, including --net=host, then inspect the visualdl command on port 8082 and compare it with the README screenshots. Done means establishing why FASTDEPLOY_SERVER and FASTDEPLOY_CLIENT are absent from the exposed ports and documenting the verified behavior or required configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100