-
-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐈 Task: Upgrade Dockerfile.pip and Dockerfile.conda #1573
Comments
Related to this, no image can now be pushed as ARM64 because the build fails at this step: Since this is in all dockerfiles, it will consistently fail regardless of the models. Is this something we really need? |
Your fix does not work on ARM:
|
|
Summary
The template files to build Docker images of ersilia models, stored in dockerfiles/... need to be refactored:
They have a bunch of copy files operations that might or might not be needed and specially the examples files being copied now are hardcoded into input.csv and output.csv, whereas we are looking at allowing only {api_name}_input.csv and {api_name}_output.csv
Objective(s)
Ensure the files are correct
Documentation
No response
The text was updated successfully, but these errors were encountered: