mirror of
https://github.com/koush/scrypted.git
synced 2026-02-09 00:39:56 +00:00
8 lines
219 B
Docker
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
|