-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
docdocumentation update neededdocumentation update neededquestionFurther information is requestedFurther information is requested
Description
Hi,
Needless to say this repo is super helpful!
I am running into an issue when creating a container build pipeline via Azure DevOps as described in docs/custom_container.md.
For testing purposes, I did not modify the Dockerfile and I only changed the environment name in environment_setup/docker-image-pipeline.yml. When I run the pipeline, I get the following error:
##[error]invalid argument "***/mlops/my_env:amlsdk-$(amlsdkversion)" for "-t, --tag" flag: invalid reference format
##[error]See 'docker build --help'.
##[error]The process '/usr/bin/docker' failed with exit code 125
It seems to me that $(amlsdkversion) does not resolve as expected. Is there anything I am doing wrong here?
Metadata
Metadata
Assignees
Labels
docdocumentation update neededdocumentation update neededquestionFurther information is requestedFurther information is requested