Skip to content

Commit 0e2332d

Browse files
authored
Add ffmpeg installation to Dockerfile.xpu
1 parent 91ca3d1 commit 0e2332d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dockerfiles/Dockerfile.xpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy main restricted universe
88
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-updates main restricted universe multiverse \n\
99
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-backports main restricted universe multiverse" > /etc/apt/sources.list
1010

11-
RUN apt-get update && apt-get install -y libibverbs-dev librdmacm-dev cmake pybind11-dev
11+
RUN apt-get update && apt-get install -y libibverbs-dev librdmacm-dev cmake pybind11-dev ffmpeg
1212

1313
# uninstall existing package
1414
RUN python -m pip uninstall paddlepaddle-gpu paddlepaddle-xpu fastdeploy-xpu -y

0 commit comments

Comments
 (0)