mirror of
https://github.com/koush/scrypted.git
synced 2026-02-09 08:42:19 +00:00
7 lines
280 B
Docker
7 lines
280 B
Docker
ARG BASE="ghcr.io/koush/scrypted-common:20-jammy-full"
|
|
FROM $BASE
|
|
|
|
# nvidia cudnn/libcublas etc.
|
|
# for some reason this is not provided by the nvidia container toolkit
|
|
RUN curl https://raw.githubusercontent.com/koush/scrypted/main/install/docker/install-nvidia-graphics.sh | bash
|