DDUFlyme

Results 4 comments of DDUFlyme

```shell docker run -dit --name uie_base --gpus all -p 8201:8201 --shm-size="2g" -v `pwd`:/uie_serving paddlepaddle/fastdeploy:1.0.7-gpu-cuda11.6-trt8.5-22.12 python3 -m pip install fastdeploy-gpu-python==1.0.7 -f https://www.paddlepaddle.org.cn/whl/fastdeploy.html CUDA_VISIBLE_DEVICES=0 fastdeployserver --model-repository=/uie_serving/models --backend-config=python,shm-default-byte-size=10485760 ``` 第三步命令启动后报错:fastdeployserver: error while loading...

> git version is too low, upgrade to 2.x works for me, thks!

Hi, does anyone knows how to figure out this problem?

same question, anyone knows🤔️