fix: Display mode (#269)
This commit is contained in:
parent
e35d99eec3
commit
75a724e531
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ set -Eeuo pipefail
|
|||
# Docker environment variables
|
||||
|
||||
: ${GPU:='N'} # GPU passthrough
|
||||
: ${DISPLAY:='curses'} # Display type
|
||||
: ${DISPLAY:='none'} # Display type
|
||||
|
||||
case "${DISPLAY,,}" in
|
||||
vnc)
|
||||
|
|
Loading…
Reference in a new issue