File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 7878 run : apptainer build --build-arg PYBIOCLIP_VERSION=${{ steps.meta.outputs.version }} apptainer.sif apptainer.def
7979
8080 - name : Publish apptainer image
81- run : apptainer push apptainer.sif oras://${{ env.REGISTRY }}/${{ env. IMAGE_NAME }} -sif:${{ steps.meta.outputs.version }}
81+ run : apptainer push apptainer.sif " oras://${{ env.REGISTRY }}/${IMAGE_NAME,,} -sif:${{ steps.meta.outputs.version }}"
Original file line number Diff line number Diff line change @@ -225,6 +225,8 @@ bioclip --help
225225## Additional Documentation
226226See [ pybioclip wiki documentation] ( https://github.com/Imageomics/pybioclip/wiki ) for additional documentation.
227227
228+ - [ Using the pybioclip docker container] ( https://github.com/Imageomics/pybioclip/wiki/Docker-Instructions )
229+ - [ Using the pybioclip apptainer/singularity container] ( https://github.com/Imageomics/pybioclip/wiki/Apptainer-Singularity-Instructions )
228230- [ Using a custom model] ( https://github.com/Imageomics/pybioclip/wiki/Using-Other-OpenCLIP-Models )
229231
230232
You can’t perform that action at this time.
0 commit comments