We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f8e0ff commit 7710ae3Copy full SHA for 7710ae3
Dockerfile
@@ -32,7 +32,7 @@ RUN pip install -r /app/requirements.txt
32
33
# Copy the python module and data to the docker environment
34
COPY ./bioimageio_colab /app/bioimageio_colab
35
-COPY ./data /app/data
+COPY ./data/example_image.tif /app/data/example_image.tif
36
37
# Change ownership of the application directory to the non-root user
38
RUN chown -R bioimageio_colab:bioimageio_colab /app/
docker-compose.yml
@@ -12,7 +12,7 @@ services:
12
"--server_url=https://hypha.aicell.io",
13
"--workspace_name=bioimageio-colab",
14
"--service_id=microsam",
15
- "--model_names=sam_vit_b",
+ "--cache_dir=/tmp/ray/.model_cache"
16
]
17
deploy:
18
resources:
0 commit comments