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

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