Skip to content

Commit 3b49ad1

Browse files
anthonsuaahill
andauthored
Update articles/cognitive-services/Speech-Service/speech-container-howto.md
Co-authored-by: aahill <[email protected]>
1 parent ab56780 commit 3b49ad1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

articles/cognitive-services/Speech-Service/speech-container-howto.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -263,14 +263,6 @@ Use the [docker run](https://docs.docker.com/engine/reference/commandline/run/)
263263

264264
Starting in container version 3.0.0, select customers can run speech-to-text containers in an environment without Internet accessibility. See [Run Cognitive Services containers in disconnected environments](../containers/disconnected-containers.md) for more information.
265265

266-
> [!NOTE]
267-
> OnPrem Speech-to-text container provides two default directories, `license` and `output`, by default for writing the license file/billing log at runtime. When you're mounting these directories in your environment to the container with the `docker run -v` command, make sure the local machine directory is set ownership to `user:group nonroot:nonroot` before running the container.
268-
>
269-
> Below is a sample command to set file/directory ownership
270-
> ```bash
271-
> sudo chown -R nonroot:nonroot <YOUR_LOCAL_MACHINE_PATH_1> <YOUR_LOCAL_MACHINE_PATH_2> ...
272-
> ```
273-
274266

275267
# [Speech-to-text](#tab/stt)
276268

0 commit comments

Comments
 (0)