-
-
Notifications
You must be signed in to change notification settings - Fork 296
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add docker and incus assemble scripts
chore: Replace default distrobox lists
- Loading branch information
Showing
5 changed files
with
132 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Add more distros and then use: | ||
# distrobox assemble create --replace --file /etc/distrobox/apps.ini --name containername | ||
# This will replace your distroboxes in place | ||
# Tip: Use additional_packages as declarative config! | ||
# See https://distrobox.privatedns.org/usage/distrobox-assemble/ | ||
[mlbox] | ||
image=nvcr.io/nvidia/pytorch:23.08-py3 | ||
additional_packages="nano git htop" | ||
init_hooks="pip3 install huggingface_hub tokenizers transformers accelerate datasets wandb peft bitsandbytes fastcore fastprogress watermark torchmetrics deepspeed" | ||
pre-init-hooks="/init_script.sh" | ||
nvidia=true | ||
pull=true | ||
root=false | ||
replace=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# Add more distros and then use: | ||
# distrobox assemble create --replace --file /etc/distrobox/distrobox.ini --name containername | ||
# This will replace your distroboxes in place | ||
# Tip: Use additional_packages as declarative config! | ||
# See https://distrobox.privatedns.org/usage/distrobox-assemble/ | ||
[arch] | ||
image=ghcr.io/ublue-os/arch-distrobox:latest | ||
pull=true | ||
|
||
[arch-amdgpupro] | ||
image=ghcr.io/ublue-os/arch-distrobox-amdgpupro:latest | ||
pull=true | ||
|
||
[bluefin-cli] | ||
image=ghcr.io/ublue-os/bluefin-cli | ||
pull=true | ||
|
||
[debian] | ||
image=quay.io/toolbx-images/debian-toolbox:unstable | ||
pull=true | ||
|
||
[fedora] | ||
image=ghcr.io/ublue-os/fedora-toolbox:latest | ||
pull=true | ||
|
||
[opensuse] | ||
image=quay.io/toolbx-images/opensuse-toolbox:tumbleweed | ||
pull=true | ||
|
||
[ubuntu] | ||
image=ghcr.io/ublue-os/ubuntu-toolbox:latest | ||
pull=true | ||
|
||
[alma] | ||
image=quay.io/toolbx-images/almalinux-toolbox:latest | ||
pull=true | ||
|
||
[centos] | ||
image=quay.io/toolbx-images/centos-toolbox:latest | ||
pull=true | ||
|
||
[wolfi] | ||
image=ghcr.io/ublue-os/wolfi-toolbox | ||
pull=true | ||
|
||
[wolfi-dx] | ||
image=ghcr.io/ublue-os/wolfi-dx-toolbox | ||
pull=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Add more distros and then use: | ||
# distrobox assemble create --replace --file /etc/distrobox/apps.ini --name containername | ||
# This will replace your distroboxes in place | ||
# Tip: Use additional_packages as declarative config! | ||
# See https://distrobox.privatedns.org/usage/distrobox-assemble/ | ||
[mlbox] | ||
image=nvcr.io/nvidia/pytorch:23.08-py3 | ||
additional_packages="nano git htop" | ||
init_hooks="pip3 install huggingface_hub tokenizers transformers accelerate datasets wandb peft bitsandbytes fastcore fastprogress watermark torchmetrics deepspeed" | ||
pre-init-hooks="/init_script.sh" | ||
nvidia=true | ||
pull=true | ||
root=false | ||
replace=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# Add more distros and then use: | ||
# distrobox assemble create --replace --file /etc/distrobox/distrobox.ini --name containername | ||
# This will replace your distroboxes in place | ||
# Tip: Use additional_packages as declarative config! | ||
# See https://distrobox.privatedns.org/usage/distrobox-assemble/ | ||
[arch] | ||
image=ghcr.io/ublue-os/arch-distrobox:latest | ||
nvidia=true | ||
pull=true | ||
|
||
[bluefin-cli] | ||
image=ghcr.io/ublue-os/bluefin-cli | ||
nvidia=true | ||
pull=true | ||
|
||
[debian] | ||
image=quay.io/toolbx-images/debian-toolbox:unstable | ||
nvidia=true | ||
pull=true | ||
|
||
[fedora] | ||
image=ghcr.io/ublue-os/fedora-toolbox:latest | ||
nvidia=true | ||
pull=true | ||
|
||
[opensuse] | ||
image=quay.io/toolbx-images/opensuse-toolbox:tumbleweed | ||
nvidia=true | ||
pull=true | ||
|
||
[ubuntu] | ||
image=ghcr.io/ublue-os/ubuntu-toolbox:latest | ||
nvidia=true | ||
pull=true | ||
|
||
[alma] | ||
image=quay.io/toolbx-images/almalinux-toolbox:latest | ||
nvidia=true | ||
pull=true | ||
|
||
[centos] | ||
image=quay.io/toolbx-images/centos-toolbox:latest | ||
nvidia=true | ||
pull=true | ||
|
||
[wolfi] | ||
image=ghcr.io/ublue-os/wolfi-toolbox | ||
nvidia=true | ||
pull=true | ||
|
||
[wolfi-dx] | ||
image=ghcr.io/ublue-os/wolfi-dx-toolbox | ||
nvidia=true | ||
pull=true |