Now this is returning me error while trying to containerize the bento...
(newenv) C:\Users\UR277MH\OneDrive - EY\Work\us_test\Deploy_FS>bentoml containerize machine_learning_prediction:kot3egij52h6d6e6 Building OCI-compliant image for machine_learning_prediction:kot3egij52h6d6e6 with docker executor failed running [/bin/sh -c bash -euxo pipefail /home/bentoml/bento/env/python/install.sh]: exit code: 1 Encountered exception while trying to building image: Command '['C:\\Program Files\\Docker\\Docker\\resources\\bin\\docker.EXE', 'build', '--tag', 'machine_learning_prediction:kot3egij52h6d6e6', '--file', 'C:\\Users\\UR277MH\\AppData\\Local\\Temp\\tmpn92am14mfsTempFS\\env\\docker\\Dockerfile', 'C:\\Users\\UR277MH\\AppData\\Local\\Temp\\tmpn92am14mfsTempFS\\']' returned non-zero exit status 1. Traceback (most recent call last): File "C:\Users\UR277MH\Anaconda3\envs\newenv\lib\site-packages\bentoml\_internal\container\init__.py", line 222, in build return builder.build(**kwargs) File "C:\Users\UR277MH\Anaconda3\envs\newenv\lib\site-packages\bentoml\_internal\container\base.py", line 196, in build raise BentoMLException(str(e)) from None bentoml.exceptions.BentoMLException: Command '['C:\\Program Files\\Docker\\Docker\\resources\\bin\\docker.EXE', 'build', '--tag', 'machine_learning_prediction:kot3egij52h6d6e6', '--file', 'C:\\Users\\UR277MH\\AppData\\Local\\Temp\\tmpn92am14mfsTempFS\\env\\docker\\Dockerfile', 'C:\\Users\\UR277MH\\AppData\\Local\\Temp\\tmpn92am14mfsTempFS\\']' returned non-zero exit status 1.