RayLumia

Results 2 issues of RayLumia

当前visualDL的版本是2.5.0 使用的镜像是registry.baidubce.com/paddlepaddle/fastdeploy:1.0.2-gpu-cuda11.4-trt8.4-21.10 报错信息:Unexpected token '

使用Docker拉取FastDeploy镜像: docker pull registry.baidubce.com/paddlepaddle/fastdeploy:1.0.4-gpu-cuda11.4-trt8.5-21.10 使用Host网络模式启动镜像: docker run -it -e NVIDIA_DRIVER_CAPABILITIES=compute,utility -e NVIDIA_VISIBLE_DEVICES=all --net=host --name fd_serving -v `pwd`/:/FastDeploy registry.baidubce.com/paddlepaddle/fastdeploy:1.0.4-gpu-cuda11.4-trt8.5-21.10 /bin/bash 进入容器后,由于visualdl版本仍然是2.4.x版本,想要升级到2.5.x版本时,发现无法访问外部网络