Skip to content

Commit

Permalink
feat: Add initial Containerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zelikos committed Sep 5, 2023
1 parent 9568a78 commit 9527124
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
FROM registry.fedoraproject.org/fedora:latest AS davincibox

# Support Nvidia Container Runtime (https://developer.nvidia.com/nvidia-container-runtime)
ENV NVIDIA_VISIBLE_DEVICES all
ENV NVIDIA_DRIVER_CAPABILITIES all

LABEL com.github.containers.toolbox="true" \
usage="This image is meant to be used with the toolbox or distrobox commands" \
summary="Dependencies for running DaVinci Resolve on image-based Linux operating systems" \
maintainer="[email protected]"

0 comments on commit 9527124

Please sign in to comment.