Skip to content

Commit

Permalink
fix: Set use_distrobox=true if distrobox is installed
Browse files Browse the repository at this point in the history
Because leaving myself a note in all caps apparently isn't enough for me
to notice it sooner...
  • Loading branch information
zelikos committed Sep 26, 2023
1 parent 42ad989 commit 517a23a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora-toolbox:38 AS davincibox
FROM ghcr.io/ublue-os/fedora-distrobox:latest AS davincibox

# Support Nvidia Container Runtime (https://developer.nvidia.com/nvidia-container-runtime)
ENV NVIDIA_VISIBLE_DEVICES all
Expand Down
3 changes: 1 addition & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ then
echo "Toolbox found."
fi
else
# UNCOMMENT AFTER TESTING
#use_distrobox=true
use_distrobox=true
echo "Distrobox found."
fi
else
Expand Down

0 comments on commit 517a23a

Please sign in to comment.