Files
scrypted/install/docker/Dockerfile.amd
2025-10-30 08:31:11 -07:00

8 lines
219 B
Docker

ARG BASE="ghcr.io/koush/scrypted-common:noble-amd"
FROM $BASE
ENV SCRYPTED_DOCKER_FLAVOR="amd"
# amd opencl
RUN curl https://raw.githubusercontent.com/koush/scrypted/main/install/docker/install-amd-graphics.sh | bash