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
I tried to run your 4-liner on a clean system and it worked just fine. It also worked last time it ran on CI server, but that was perhaps a long time ago, and some things might have changed.
The only hypothesis I have right now: the versions of some of the dependencies are not frozen, so maybe there was a transitive issue in some of the packages, and perhaps these packages were updated by now, so I can no longer reproduce the same error. Can you rerun cleanly and tell if the error still persists?
If it's still there, please provide the full log (wrapped into spoiler tag <details> ``` ``` </details> or as a text file attachment).
Also note that there is a small guide and a makefile target for building the image: https://github.com/neherlab/pangraph/blob/master/docs/dev/buiding-docker.md
Notably, this is a multistate dockerfile and you need to specify the prod stage with --target prod to build the correct image. But that is not the problem in this particular case.
The text was updated successfully, but these errors were encountered: