We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91ca3d1 commit 0e2332dCopy full SHA for 0e2332d
1 file changed
dockerfiles/Dockerfile.xpu
@@ -8,7 +8,7 @@ deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy main restricted universe
8
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-updates main restricted universe multiverse \n\
9
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-backports main restricted universe multiverse" > /etc/apt/sources.list
10
11
-RUN apt-get update && apt-get install -y libibverbs-dev librdmacm-dev cmake pybind11-dev
+RUN apt-get update && apt-get install -y libibverbs-dev librdmacm-dev cmake pybind11-dev ffmpeg
12
13
# uninstall existing package
14
RUN python -m pip uninstall paddlepaddle-gpu paddlepaddle-xpu fastdeploy-xpu -y
0 commit comments