Failed to start server. Error: NOT_FOUND: .\api\models.config; No such file or directory

Hi there!
While running this code: docker run -t --rm -p 3501:3501 -v D:\Projects\Potato_disease:\models\potatoe_disease tensorflow/serving --rest_api_port=3501 --model_config_file=.\api\models.config
I keep getting an error:
Failed to start server. Error: NOT_FOUND: .\api\models.config; No such file or directory
What should I do

Hi @Ibrat_Usmonov

Welcome to the TensorFlow Forum!

Could you please recheck the command line/the directory path format? You can refer to this link to set up an environment to build Linux packages from source. Please check and let us know if the issue still persists. Thank you.