Skip to content

Commit 03abefb

Browse files
committed
add data to docker image
1 parent 88bca3e commit 03abefb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ COPY ./requirements-sam.txt /app/requirements-sam.txt
3030
# Install the required packages for SAM
3131
RUN pip install -r /app/requirements-sam.txt
3232

33-
# Copy the python script to the docker environment
33+
# Copy the python module and data to the docker environment
3434
COPY ./bioimageio_colab /app/bioimageio_colab
35+
COPY ./data /app/data
3536

3637
# Create cache directory for models
3738
RUN mkdir -p /app/.model_cache

0 commit comments

Comments
 (0)