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 78
78
run : apptainer build --build-arg PYBIOCLIP_VERSION=${{ steps.meta.outputs.version }} apptainer.sif apptainer.def
79
79
80
80
- 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
225
225
## Additional Documentation
226
226
See [ pybioclip wiki documentation] ( https://github.com/Imageomics/pybioclip/wiki ) for additional documentation.
227
227
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 )
228
230
- [ Using a custom model] ( https://github.com/Imageomics/pybioclip/wiki/Using-Other-OpenCLIP-Models )
229
231
230
232
You can’t perform that action at this time.
0 commit comments