Closed Quasarman closed 1 year ago
I also wanted to add that the first command bentoml build models/bentos/statistics --version ${runtime.images.bento-statistics.tag} --do-not-track
works as expected. bentoml
is just an executable that is located in my Python installation (and the path of the Python installation is part of my %PATH% variable).
Update: We upgraded to v6.2.1 and the issues are gone now.
What happened?
When I try to use the custom build command for an image I get an error stating
exec: "com.docker.cli": executable file not found in %PATH%
despite my path that is printed below this error message clearly containingC:\Program Files\Docker\Docker\resources\bin\com.docker.cli.exe
. I also manually checked the environment variables on my system and it is definitely there.When I run the custom command (see below) in the terminal everything is working as expected and the image builds normally. Also all other docker commands are working just fine. I have verified that docker desktop is running and also reinstalled it twice + the various rebooting of my machine.
What did you expect to happen instead?
The build custom command to succeed.
How can we reproduce the bug? (as minimally and precisely as possible)
exec: "com.docker.cli": executable file not found in %PATH%
My devspace.yaml:
Local Environment:
Anything else we need to know?
I am running docker desktop 4.11.1 I also verified that the
com.docker.cli.exe
exists: