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
--mounts_file MOUNTS_FILE Path to the mounts file.
95
95
--shm_size SHM_SIZE Shared memory size for docker
96
96
--run_as_user Flag to run as user
97
-
--tag TAG The tag value for the local dev docker.
98
97
--ulimit ULIMIT Docker ulimits for the host machine.
99
98
--port PORT Port mapping (e.g. 8889:8889).
100
99
@@ -123,11 +122,10 @@ cd $NV_TAO_PYTORCH_TOP/docker
123
122
```
124
123
125
124
#### <aname='Testthenewlybuiltbasedocker'></a>Test the newly built base docker
126
-
127
-
The build script tags the newly built base docker with the username of the account in the user's local machine. Therefore, the developers may tests their new docker by using the `tao_pt` command with the `--tag` option.
125
+
Developers may tests their new docker by using the `tao_pt` command.
128
126
129
127
```sh
130
-
tao_pt --tag $USER -- script args
128
+
tao_pt -- script args
131
129
```
132
130
133
131
#### <aname='Updatethenewdocker'></a>Update the new docker
0 commit comments