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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: