You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo" -d directory mounted in the container as /dmc (default: current directory)"
12
12
echo" -c Full path of the command to run (accessible from within container) (default: /bin/bash)"
13
13
echo" -N Non-interactive run (default is interactive)"
14
14
echo" -X Disable X11 support (default is enabled)"
15
15
echo" -e Extra docker command line options"
16
16
echo" -b Bypass any provided command and use the container built in one, if any (also disable any cmd_args provided"
17
+
echo" -g Disable GPUs command line options (default is to enable the GPUs)"
18
+
echo" -s Show commands run (preceded by a +). Useful if you are trying to repeat the steps later within a script, or are trying to debug. Warning: |-ep together lines will be displayed consecutively"
0 commit comments