Clone this git repo and install using the python installer git clone https://github.com/containerbuildsystem/dockerfile-parse.git cd dockerfile-parse sudo pip install .
# docker run --rm -it --network=host -v .:/app -v /tmp/.X11-unix:/tmp/.X11-unix:ro -e DISPLAY=$DISPLAY --gpus all libero /bin/bash FROM nvidia/cuda:12.2.2-cudnn8 ...