owainow/ml-on-aca

"az acr build --registry $ACR_NAME --image frontendml:v1 --file Dockerfile ." failed due to certain lines in the Dockerfile

Opened this issue · 0 comments

az acr build --registry $ACR_NAME --image frontendml:v1 --file Dockerfile .

when running this cmd, error message:
PS xxxxxxxx\ml-on-aca\aca\frontend-ml> az acr build --registry $ACR_NAME --image frontendml:v1 --file Dockerfile .
Packing source code into tar to upload...
unbalanced parenthesis at position 8

when further troubleshooting by using docker build first, error message indicates line 8 and 9
image