Files
scrypted/install/docker/Dockerfile.amd
2025-09-28 11:18:55 -07:00

8 lines
223 B
Docker

ARG BASE="ghcr.io/koush/scrypted-common:20-jammy-full"
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