Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 392 Bytes

DOCKER.md

File metadata and controls

23 lines (17 loc) · 392 Bytes

Docker Build

REQUIREMENTS

BUILD

docker build -t pyflex .

RUN

Do this before the first run.

sudo xhost +

Run the container.

docker run --runtime=nvidia -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix -ti pyflex bash