docker run before the image name is declared, we’ll choose a default image for you if one isn’t passed:
Usage
Arguments
| Argument | Description | Required |
|---|---|---|
DOCKER_RUN_ARGS | No description available | No |
DOCKER_IMAGE | No description available | No |
Options
| Option | Description |
|---|---|
--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) |