Key Concepts
Required packages for Concepts workshops ..
Ensure you have completed the WSL & Docker section and have access to an Ubuntu 24.04 LTS environment with Docker Installed.
x
Project
Packages
OS Requirements
For Linux - depends on Graphics card - its type (GTX, AMD, ARM64).
You will need to install CUDA or AMD ROCm drivers
Install uv .
cURL
curl -LsSf https://astral.sh/uv/install.sh | sh
Powershell
powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
Add $HOME/.local/bin to your PATH.
source $HOME/.local/bin/env
Last updated