I'm trying to implement Edge containers from Google Cloud vision to My windows machine, and no I' m stuck in running a Docker in command line to serve Edge model inferences with REST APIs :
C:\Users\User-Name\AppData\Local\Google\Cloud SDK>docker run --rm --name
automl_high_accuracy_model_cpu -p 8501:8501 -v gs://first-edge-253208
vcm/models/edge/ICN1840948916028989885/2019-09-26_08-53-35-399_tf-saved-
model:/mounted_model/0001 -t gcr.io/automl-vision-ondevice/gcloud-container-1.12.0:latest
docker: Error response from daemon: invalid volume specification: 'gs://first-edge-253208-vcm/models/edge/ICN1840948916028989885/2019-09-26_08-53-35-399_tf-saved-model:/mounted_model/0001'. See 'docker run --help'.