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
Describe the bug
The secure code agents example about docker didn't work for me The Dockerfile was not enough to build an image
Code to reproduce the error
Copy paste the Dockerfile and code from the last example and try to run. Didn't work
Error logs (if any)
Errors were multiple but mainly smolagents requires libraries that needs to build and the image were missing build ing tools like cargo, cmake and clang
Expected behavior
I would expect that if I copy paste some code especially about Docker, which by default is for easy reproducibility it should work out of the box
Packages version:
Run pip freeze | grep smolagents and paste it here.
Additional context
I am not the most expert in dockerize python so I have used some help from ChatGPT to get a final working image
Describe the bug
The secure code agents example about docker didn't work for me The Dockerfile was not enough to build an image
Code to reproduce the error
Copy paste the Dockerfile and code from the last example and try to run. Didn't work
Error logs (if any)
Errors were multiple but mainly smolagents requires libraries that needs to build and the image were missing build ing tools like cargo, cmake and clang
Expected behavior
I would expect that if I copy paste some code especially about Docker, which by default is for easy reproducibility it should work out of the box
Packages version:
Run
pip freeze | grep smolagents
and paste it here.Additional context
I am not the most expert in dockerize python so I have used some help from ChatGPT to get a final working image
Working Dockerfile
maybe make sense to update the documentation thank you
The text was updated successfully, but these errors were encountered: