mirror of
https://github.com/koush/scrypted.git
synced 2026-03-20 08:30:24 +00:00
6 lines
437 B
Docker
6 lines
437 B
Docker
ARG BASE="ghcr.io/koush/scrypted-common:20-jammy-full"
|
|
FROM $BASE
|
|
|
|
RUN curl -L https://raw.githubusercontent.com/koush/scrypted/main/install/docker/install-intel-oneapi.sh | bash
|
|
ENV LD_LIBRARY_PATH=/opt/intel/oneapi/tcm/1.3/lib:/opt/intel/oneapi/umf/0.10/lib:/opt/intel/oneapi/tbb/2022.1/env/../lib/intel64/gcc4.8:/opt/intel/oneapi/mkl/2025.1/lib:/opt/intel/oneapi/compiler/2025.1/opt/compiler/lib:/opt/intel/oneapi/compiler/2025.1/lib
|