Delete page 'Toolbox'

Anthony Wang 2022-04-17 20:06:13 -05:00
parent be320eafd2
commit a6ed98534f

@ -1,9 +0,0 @@
**Toolbox** is a set of scripts that automates creating a GPU-acceleration Fedora container environments that seemlessly integrates with the rest of exozyme.
## Usage
To get started, run `toolbox enter`. For more details, take a look at the [Toolbox website](https://containertoolbx.org/install/). The container is a pretty standard Fedora environment, so you can use `dnf` for package management.
You can run graphical apps by adding `xauth add $DISPLAY . (xauth list | head -n 1 | cut -d' ' -f5)` to your `~/.config/fish/config.fish` or `xauth add $DISPLAY . $(xauth list | head -n 1 | cut -d' ' -f5)` to your `~/.zshrc` or `~/.bashrc`. You should also install the `mesa-dri-drivers` GPU drivers.
You can also install apps inside the Toolbox and run them from the outside with `toolbox run`.