Skip to content

Commit 16d0281

Browse files
fix display forwarding
1 parent 64a6f0d commit 16d0281

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dev: $(DEV_BUILT) sync-submodules
4949
--ipc=host \
5050
-e QT_X11_NO_MITSHM=1 \
5151
-e NVIDIA_DRIVER_CAPABILITIES=all \
52-
-e DISPLAY=$$DISPLAY \
52+
-e DISPLAY=$(DISPLAY) \
5353
--volume=/tmp/.X11-unix:/tmp/.X11-unix:rw \
5454
$(DEV_IMAGE) \
5555
bash

0 commit comments

Comments
 (0)