diff --git a/machines/kcnhub/packages/deeplabcut.patch b/machines/kcnhub/packages/deeplabcut.patch index 3125bd3..afe589f 100644 --- a/machines/kcnhub/packages/deeplabcut.patch +++ b/machines/kcnhub/packages/deeplabcut.patch @@ -13,7 +13,8 @@ index c62087c..30b5e51 @@ -144,8 +144,10 @@ gui() { update gui || exit 1 build gui || exit 1 - args="$(get_x11_args) $(get_mount_args) ${extra_args}" +- args="$(get_x11_args) $(get_mount_args) ${extra_args}" ++ args="$(get_x11_args) $(get_mount_args) ${extra_args} --userns keep-id" + xhost +local:dlc $DOCKER run -it --rm ${args} $(get_local_container_name gui) \ || err "Failed to launch the DLC GUI. Used args: \"${args}\""