neo

Results 5 comments of neo

we have save scenario, we scp images to the harbor host first, then push to harbor

如果是容器运行的话,docker run 带上--gpus all参数

指定一下fastdeploy-python的版本,跟镜像的fastdeploy保持一致 ``` python3 -m pip uninstall fastdeploy-python python3 -m pip install fastdeploy-python=1.0.4 -f https://www.paddlepaddle.org.cn/whl/fastdeploy.html ```

> 指定一下fastdeploy-python的版本,跟镜像的fastdeploy保持一致 > > ``` > python3 -m pip uninstall fastdeploy-python > python3 -m pip install fastdeploy-python=1.0.4 -f https://www.paddlepaddle.org.cn/whl/fastdeploy.html > ``` GPU镜像使用: ``` python3 -m pip uninstall fastdeploy-python python3 -m...