Skip to content

Commit 7710ae3

Browse files
committed
update docker file
1 parent 1f8e0ff commit 7710ae3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN pip install -r /app/requirements.txt
3232

3333
# Copy the python module and data to the docker environment
3434
COPY ./bioimageio_colab /app/bioimageio_colab
35-
COPY ./data /app/data
35+
COPY ./data/example_image.tif /app/data/example_image.tif
3636

3737
# Change ownership of the application directory to the non-root user
3838
RUN chown -R bioimageio_colab:bioimageio_colab /app/

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
"--server_url=https://hypha.aicell.io",
1313
"--workspace_name=bioimageio-colab",
1414
"--service_id=microsam",
15-
"--model_names=sam_vit_b",
15+
"--cache_dir=/tmp/ray/.model_cache"
1616
]
1717
deploy:
1818
resources:

0 commit comments

Comments
 (0)