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
Users are unlikely to need both models at the same time. Splitting them into separate containers images can help keep the module size smaller.
Modify the Dockerfile to accept a single model as an argument
Modify the dockerhub.yml GHA to build two parallel container images: labsyspharm/unmicst:${{ github.event.release.tag_name }} and labsyspharm/unmicst:${{ github.event.release.tag_name }}-duo, passing nucleiDAPI1-5 and nucleiDAPILAMIN as arguments respectively.