Skip to content

Commit

Permalink
create scripts folder
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsmechtel committed Oct 18, 2024
1 parent 6b1e459 commit 29d3b53
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN pip install -r /app/requirements-sam.txt
COPY ./bioimageio_colab/register_sam_service.py /app/register_sam_service.py

# Copy the start service script
COPY ./start_service.sh /app/start_service.sh
COPY ./scripts/start_service.sh /app/start_service.sh

# Change ownership of the application directory to the non-root user
RUN chown -R bioimageio_colab:bioimageio_colab /app/
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 29d3b53

Please sign in to comment.