Hi all,
I am experimenting a problem when trying to run docker on Windows 11. It seems like a mismatch related to the mounting of the disks but I cannot figure the solution.
Any help will be most appreciated.
The command:
docker run -t --rm -p 8501:8501
–mount type=bind,source="$(pwd)/models",target=/models/ tensorflow/serving
–model_config_file=/models/models.config
–model_config_file_poll_wait_seconds=60
–allow_version_labels_for_unavailable_models=true
The error message:
Failed to start server. Error: Not found: C:/Program Files/Git/models/models.config; No such file or directory