```ini [devora] image=fedora:latest nvidia=false home=/home/hk/.var/containers/fedora_devel addition

[devora]
image=fedora:latest
nvidia=false
home=/home/hk/.var/containers/fedora_devel
additional_packages="git vim nano golang libX11-devel libXcursor-devel libXrandr-devel libinput-devel obs-studio-devel fzf just rpm-build systemd-rpm-macros wget jq bash-completion kmodtool"

[devbuntu]
image=ubuntu:latest
nvidia=true
home=/home/hk/.var/containers/ubuntu_devel
additional_packages="git vim nano golang build-essential"


as an example i save this as a .ini file and i can use ujust assemble prompt create /path/to/ini/file
to then regenerate the environment when i need to
Was this page helpful?