mirror of
https://github.com/k4yt3x/video2x.git
synced 2025-02-26 17:39:07 +00:00
ci(dockerfile): add the missing openmp dependency (#1317)
This commit is contained in:
parent
5d043cab3b
commit
0585130f09
@ -38,7 +38,7 @@ ENV VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/nvidia_icd.json\
|
||||
|
||||
COPY --from=builder /tmp/video2x.pkg.tar.zst /video2x.pkg.tar.zst
|
||||
RUN pacman -Sy --noconfirm nvidia-utils vulkan-radeon vulkan-intel vulkan-swrast \
|
||||
ffmpeg ncnn spdlog boost-libs \
|
||||
ffmpeg ncnn openmp spdlog boost-libs \
|
||||
&& pacman -U --noconfirm /video2x.pkg.tar.zst \
|
||||
&& rm -rf /video2x.pkg.tar.zst /var/cache/pacman/pkg/*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user