--nvidia | Use the nvidia runtime, defaults to nvidia if nvidia-docker is present (default: False) |
--digest | Output the image digest and exit (default: False) |
--jupyter | Run jupyter lab in the container (default: False) |
--dir | Which directory to mount the code in the container (default: /app) |
--no-dir | Don’t mount the current directory (default: False) |
--shell | The shell to start the container with (default: /bin/bash) |
--port | The host port to bind jupyter on (default: 8888) |
--cmd | The command to run in the container |
--no-tty | Run the command without a tty (default: False) |