Get Dockerfile content for a published model
get/models/{publishId}/dockerfile/content
Returns the Dockerfile content for a model that was published to a container.
1FROM cr.sas.com/viya-4-x64_oci_linux_2-docker-testready/sas-decisions-runtime-base:1.8.27-20210918.16319499687322LABEL model container image3USER root4RUN chown sas:sas /modules5USER sas67ENV SAS_SCR_APP_PATH=/qs_reg18COPY --chown=sas:sas unzipped/* /modules/9
Name | Type | Required | Description |
---|---|---|---|
publishId | string | true | The identifier of the published model. Example: "a970c254-8ac4-463a-b167-e627c02bac75" |