Skip to content

Commit

Permalink
add explanation for default value
Browse files Browse the repository at this point in the history
  • Loading branch information
7174Andy committed Jan 9, 2025
1 parent b6e3e36 commit 49acef3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sleap_chrome_remote_desktop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# https://hub.docker.com/repository/docker/eberrigan/sleap-cuda/general
FROM eberrigan/sleap-cuda:latest

# https://askubuntu.com/questions/1402167/must-specify-the-user-name-option-when-running-as-root-chrome-remote-desktop
# Must be a non-root user to run Chrome Remote Desktop
ARG USERNAME="tutorial"
ENV DEBIAN_FRONTEND=noninteractive

Expand Down

0 comments on commit 49acef3

Please sign in to comment.