Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 186a5b9

Browse files
committed
Add note about sharedVolumes=false for Docker scenario
1 parent 37d7ee1 commit 186a5b9

File tree

1 file changed

+6
-2
lines changed
  • containers/azure-machine-learning-python-3

1 file changed

+6
-2
lines changed

containers/azure-machine-learning-python-3/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@
1212

1313
## Using this definition with an existing folder
1414

15-
This definition requires an Azure subscription to use. You can create a [free account here](https://account.azure.com/signup?offer=ms-azr-0044p&appId=102&ref=azureplat-generic&redirectURL=https%3a%2f%2fazure.microsoft.com%2fen-us%2fget-started%2fwelcome-to-azure%2f&l=en-us&correlationId=15FE63BE1C4960F42D1B6EFB18496296) and learn more about using [Azure Machine Learning with VS Code here](https://docs.microsoft.com/en-us/azure/machine-learning/service/how-to-vscode-tools#get-started-with-azure-machine-learning).
15+
There are a few notes for using this definition:
1616

17-
The definition also uses an Anaconda base image which can take some time to download the first time given its size.
17+
1. This definition requires an Azure subscription to use. You can create a [free account here](https://account.azure.com/signup?offer=ms-azr-0044p&appId=102&ref=azureplat-generic&redirectURL=https%3a%2f%2fazure.microsoft.com%2fen-us%2fget-started%2fwelcome-to-azure%2f&l=en-us&correlationId=15FE63BE1C4960F42D1B6EFB18496296) and learn more about using [Azure Machine Learning with VS Code here](https://docs.microsoft.com/en-us/azure/machine-learning/service/how-to-vscode-tools#get-started-with-azure-machine-learning).
18+
19+
2. The definition also uses an Anaconda base image which can take some time to download the first time given its size.
20+
21+
3. If you are using Docker locally in your `runconfig`, you will need to set `sharedVolumes` to `false` since these will not work from inside a dev container.
1822

1923
Once you have an Azure account, follow these steps:
2024

0 commit comments

Comments
 (0)