Description Usage Arguments Value See Also
Pull the Docker image from a created ModelPackage
to your
local Docker environment. The output of this call will
display the name of the image. For example:
Status: Downloaded newer image for myworkspacef78fd10.azurecr.io/package:20190822181338
.
This can only be used with a Docker image ModelPackage
(where
package_model()
was called with generate_dockerfile = FALSE
).
After you've pulled the image, you can start a local container based on this image using Docker commands.
1 | pull_model_package_image(package)
|
package |
The |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.