# 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