Skip to content

Commit

Permalink
docker: add libvulkan1
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Nov 1, 2024
1 parent e9d73c6 commit f00f650
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install/docker/Dockerfile.full
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ FROM header as base
# intel opencl gpu and npu for openvino
RUN curl https://raw.githubusercontent.com/koush/scrypted/main/install/docker/install-intel-graphics.sh | bash

# vulkan
RUN apt -y install libvulkan1

# Disable NPU on docker, because level-zero crashes openvino on older systems.
# RUN curl https://raw.githubusercontent.com/koush/scrypted/main/install/docker/install-intel-npu.sh | bash

Expand Down
3 changes: 3 additions & 0 deletions install/docker/template/Dockerfile.full.footer
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ FROM header as base
# intel opencl gpu and npu for openvino
RUN curl https://raw.githubusercontent.com/koush/scrypted/main/install/docker/install-intel-graphics.sh | bash

# vulkan
RUN apt -y install libvulkan1

# Disable NPU on docker, because level-zero crashes openvino on older systems.
# RUN curl https://raw.githubusercontent.com/koush/scrypted/main/install/docker/install-intel-npu.sh | bash

Expand Down

0 comments on commit f00f650

Please sign in to comment.