Skip to content

Commit

Permalink
Change config.json path
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Aug 26, 2024
1 parent 76390b2 commit 22a130c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ COPY ./bioimageio_colab/register_sam_service.py /app/register_sam_service.py
RUN chown -R bioimageio_colab:bioimageio_colab /app/

# Fetch the Hypha server version and reinstall or upgrade hypha-rpc to the matching version
RUN HYPHA_VERSION=$(curl -s https://hypha.aicell.io/config.json | jq -r '.hypha_version') && \
RUN HYPHA_VERSION=$(curl -s https://hypha.aicell.io/assets/config.json | jq -r '.hypha_version') && \
pip install --upgrade "hypha-rpc<=$HYPHA_VERSION"

# Switch to the non-root user
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"]

[project]
name = "bioimageio-colab"
version = "0.1.0"
version = "0.1.1"
readme = "README.md"
description = "Collaborative image annotation and model training with human in the loop."
dependencies = [
Expand Down

0 comments on commit 22a130c

Please sign in to comment.