Docs - Add a small note for using release container version (#262)

**Description**
Minor doc change to highlight sb CLI version is independent of the sb container version.
This commit is contained in:
yangpanMS 2021-12-12 19:48:11 -08:00 коммит произвёл GitHub
Родитель 4d85630abb
Коммит c403b1ca76
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -28,6 +28,9 @@ sb deploy -f remote.ini --host-password [password]
You should deploy corresponding Docker image to use release version, for example,
`sb deploy -f local.ini -i superbench/superbench:v0.3.0-cuda11.1.1`
You should note that version of git repo only determines version of sb CLI, and not the sb container. You should define the container version even if you specified a release version for the git clone.
:::
## Run