DockerBuildContext 類別
定義 Docker 組建內容。
類別 DockerBuildCoNtext 建構函式。
- 繼承
-
azureml._base_sdk_common.abstract_run_config_element._AbstractRunConfigElementDockerBuildContext
建構函式
DockerBuildContext(location_type=None, location=None, dockerfile_path='Dockerfile')
參數
名稱 | Description |
---|---|
location_type
|
預設值: None
|
location
|
預設值: None
|
dockerfile_path
|
預設值: Dockerfile
|
變數
名稱 | Description |
---|---|
azureml.core.environment.DockerBuildContext.location_type
|
Docker 組建內容位置的類型 |
azureml.core.environment.DockerBuildContext.location
|
Docker 建置內容位置。 |
dockerfile_path
|
相對於組建內容根目錄的 Dockerfile 路徑,預設為 Dockerfile。 |
方法
from_local_directory |
從包含 Docker 建置內容的本機目錄建立 DockerBuildCoNtext 物件。 |
from_local_directory
從包含 Docker 建置內容的本機目錄建立 DockerBuildCoNtext 物件。
static from_local_directory(workspace, path, dockerfile_path='Dockerfile')
參數
名稱 | Description |
---|---|
workspace
必要
|
要在其中建立環境的工作區。 |
path
必要
|
包含 Docker 組建內容的目錄路徑。 |
dockerfile_path
|
Dockerfile 路徑相對於 Docker 建置內容的根目錄,預設為 Dockerfile。 預設值: Dockerfile
|
傳回
類型 | Description |
---|---|
DockerBuildCoNtext 物件。 |