You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new to using Docker and I'm getting an error that I've already tried to find a solution to on Stack Overflow, but I haven't identified the reason for the error.
It's a very basic exercise, but I can't figure out this error.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello all
I'm new to using Docker and I'm getting an error that I've already tried to find a solution to on Stack Overflow, but I haven't identified the reason for the error.
It's a very basic exercise, but I can't figure out this error.
follow the steps performed in CMD
1- .venv\Scripts\activate.bat
2- python train.py
3- bentoml serves service.py:svc
4- bentoml build
5 - bentoml containerize iris_classifier_pydantic:latest
At this point the error occurs (error_file)
error_file.pdf
service.odt
bentofile.odt
train.odt
Environment
windows 10 home
python Python 3.9.0
libraries:
pydantic = Version: 1.10.6
scikit-learn = Version: 1.2.2
pandas = Version: 1.3.5
bentoml = Version: 1.0.15
I hope I have provided all the information necessary to solve the problem.
Thank you in advance for your help in resolving the problem.
Beta Was this translation helpful? Give feedback.
All reactions