PYTHONUNBUFFERED="1"
PYTHONDONTWRITEBYTECODE="1"
PYTHONPATH="/workspace"

# Allow Python packages to be installed without a virtual environment
PIP_BREAK_SYSTEM_PACKAGES="1"

# Disable GPU detection to prevent pytest-isolate sending warning to stderr when pynvml fails
CUDA_VISIBLE_DEVICES=""