Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
7174Andy committed Jan 9, 2025
1 parent f47d855 commit f0c95e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dockerfile": "../Dockerfile"
},
"runArgs": [
"--gpus=all",
"--gpus=all"
],
"customizations": {
"vscode": {
Expand Down
3 changes: 2 additions & 1 deletion sleap_chrome_remote_desktop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
# https://hub.docker.com/repository/docker/eberrigan/sleap-cuda/general
FROM eberrigan/sleap-cuda:latest

ARG USERNAME="hep003"
# TODO: Error handling for missing arguments
ARG USERNAME

# Install necessary packages for Chrome Remote Desktop
# psmisc and python3-psutil and python3-packaging and python3-xdg and libutempter0 for GCRD to work
Expand Down

0 comments on commit f0c95e1

Please sign in to comment.