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 want to try out setting up a slicer-package-manager, and the docker-compose is not working.
This may be a duplicate issue for #79, but it seems that issue is more about including docker-compose in CI.
Also the closed #73 may be related, but probably not, as this is about main.
What seems actually broken is the Dockerfile -- it refers to files MANIFEST.in and setup.cfg which no longer exist. Also, the base docker girder-3.1.0-py3 is a bit ancient.
I'll have some fix suggestions soon.
The text was updated successfully, but these errors were encountered:
shai-ikko
added a commit
to shai-ikko/slicer_package_manager
that referenced
this issue
Jan 29, 2025
Remove references to non-existent MANIFEST.in and setup.cfg.
Include now-required pyproject.toml instead.
This version of pyproject.toml also defines "tests" as an
included package, so include that in the docker as well.
While at it, update base girder docker image.
Refs girder#125
I want to try out setting up a slicer-package-manager, and the docker-compose is not working.
This may be a duplicate issue for #79, but it seems that issue is more about including docker-compose in CI.
Also the closed #73 may be related, but probably not, as this is about main.
What seems actually broken is the Dockerfile -- it refers to files
MANIFEST.in
andsetup.cfg
which no longer exist. Also, the base docker girder-3.1.0-py3 is a bit ancient.I'll have some fix suggestions soon.
The text was updated successfully, but these errors were encountered: