Unable to deploy due to docker run failing with python image

I am trying to deploy a python lambda function which is using Pandas.
Its throwing the following error when I run > sls deploy. I have followed the steps according to the instructions here - https://www.serverless.com/blog/serverless-python-packaging

Serverless: Generated requirements from C:\sw\slsProj\portfolio2\requirements.txt in C:\sw\slsProj\portfolio2\.serverless\requirements.txt...
Serverless: Installing requirements from C:\Users\AlokNath\AppData\Local\UnitedIncome\serverless-python-requirements\Cache\ff6f49d8a2112f34f412455197e776661acc1da0c8f6999deefa15bd2b13e60c_slspyc\requirements.txt ...
Serverless: Docker Image: lambci/lambda:build-python3.8
Serverless: Using download cache directory C:\Users\AlokNath\AppData\Local\UnitedIncome\serverless-python-requirements\Cache\downloadCacheslspyc
Serverless: Running docker run --rm -v C\:/Users/AlokNath/AppData/Local/UnitedIncome/serverless-python-requirements/Cache/ff6f49d8a2112f34f412455197e776661acc1da0c8f6999deefa15bd2b13e60c_slspyc\:/var/task\:z -v C\:/Users/AlokNath/AppData/Local/UnitedIncome/serverless-python-requirements/Cache/downloadCacheslspyc\:/var/useDownloadCache\:z -u 0 lambci/lambda\:build-python3.8 python -m pip install -t /var/task/ -r /var/task/requirements.txt --cache-dir /var/useDownloadCache...

  Error --------------------------------------------------

  Error: STDOUT:

  STDERR: docker: Error response from daemon: error evaluating symlinks from mount source "/host_mnt/c/Users/AlokNath/AppData/Local/UnitedIncome/serverless-python-requirements/Cache/ff6f49d8a2112f34f412455197e776661acc1da0c8f6999deefa15bd2b13e60c_slspyc": lstat /host_mnt: function not implemented.