DockerBuildContext Klas
Definieert een Docker-buildcontext.
Klasse DockerBuildContext-constructor.
- Overname
-
azureml._base_sdk_common.abstract_run_config_element._AbstractRunConfigElementDockerBuildContext
Constructor
DockerBuildContext(location_type=None, location=None, dockerfile_path='Dockerfile')
Parameters
Name | Description |
---|---|
location_type
|
Default value: None
|
location
|
Default value: None
|
dockerfile_path
|
Default value: Dockerfile
|
Variabelen
Name | Description |
---|---|
azureml.core.environment.DockerBuildContext.location_type
|
Type docker-buildcontextlocatie |
azureml.core.environment.DockerBuildContext.location
|
Locatie van docker-buildcontext. |
dockerfile_path
|
Het pad van het Dockerfile ten opzichte van de hoofdmap van de buildcontext wordt standaard ingesteld op Dockerfile. |
Methoden
from_local_directory |
Maak het DockerBuildContext-object vanuit een lokale map die een Docker-buildcontext bevat. |
from_local_directory
Maak het DockerBuildContext-object vanuit een lokale map die een Docker-buildcontext bevat.
static from_local_directory(workspace, path, dockerfile_path='Dockerfile')
Parameters
Name | Description |
---|---|
workspace
Vereist
|
De werkruimte waarin de omgeving wordt gemaakt. |
path
Vereist
|
Pad naar de map met de Context van de Docker-build. |
dockerfile_path
|
Dockerfile-pad ten opzichte van de hoofdmap van de Docker-buildcontext, wordt standaard ingesteld op Dockerfile. Default value: Dockerfile
|
Retouren
Type | Description |
---|---|
Het DockerBuildContext-object. |