-
Notifications
You must be signed in to change notification settings - Fork 0
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
wc-env-manager container build
fails with the default config
#17
Comments
It looks like you're missing the wc_utils configuration with the Quilt password. I do not recommend trying to build the full image. Building the full image takes a bit of work because some tasks cannot be automated. You would need to obtain new licenses (Gurobi licenses can only be used once), as well as copies of the proprietary software that is loaded into the image (CPLEX cannot be downloaded programmatically). However, its comparatively easy to use the configuration to build images which only contain a subset of the dependencies (i.e., none of the packages which require licenses, passwords, or manual downloads -- no datatantor, Gurobi, CPLEX, Mosek, Xpress, etc.). Note, because the building the full image cannot be completely automated, I am only testing |
I'm not interested in building the full image. I would like to build a partial image without datanator (in which case I wouldn't need the Quilt password), alembic, postgres, and other things I don't need. I just submitted another issue that used a custom config to do that but that didn't work. Don't worry about it, however, as I've hacked a working Docker container which I'll use for a while. Just think of it as a reminder about
|
I've been working on Likely the next major change will be upgrading to Python 3.7. I've been waiting for CPLEX to release a version compatible with 3.7. When I do this, I'll upgrade all of our dependencies. |
I provided the
I temporarily fixed the incompatibility between I filed a bug issue for |
This appears to be due to incompatible versions of the config schema in I believe this issue can be closed. |
wc-env-manager container build
fails with the defaultconfig/core.default.cfg
:The text was updated successfully, but these errors were encountered: