-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Labels
Description
The current docker build process leads to all installed libs in the docker containers being version 0+unknown. This is largely a non issue, because the container itself is versioned, but does mean that the spec generated by flowapi will have that as the version as well.
Presumably the best solution is to have build scripts, which build a wheel for the module and copy that rather than the source files as we do currently.
maxalbert