You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker tag barn:icra mldarobotics/barn2024:icra
docker push mldarobotics/barn2024:icra
Pull from the DockerHub
# run the docker and attach the volume of the docker to the local folder
docker run --rm -dt --name barn \
--gpus all \
-e DISPLAY="$DISPLAY" \
-e QT_X11_NO_MITSHM=1 \
-e LIBGL_ALWAYS_SOFTWARE=1 \
-e NVIDIA_DRIVER_CAPABILITIES=all \
-v /tmp/.X11-unix:/tmp/.X11-unix \
-v ~/mlda-barn-2024:/jackal_ws/src/mlda-barn-2024 \
mldarobotics/barn2024:icra
docker run --rm -dt --name barn \
-e DISPLAY=":1" \
-e QT_X11_NO_MITSHM=1 \
-e LIBGL_ALWAYS_SOFTWARE=1 \
-v /tmp/.X11-unix:/tmp/.X11-unix \
barn:icra