From e5a325b46293c7a806503bc403f72fb695100f63 Mon Sep 17 00:00:00 2001 From: jodybro Date: Tue, 12 Dec 2023 19:29:05 -0500 Subject: [PATCH] need to copy main.py --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index f5ac513..ee6a166 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,7 @@ RUN --mount=type=cache,target=/root/.cache/pip pip install -r requirements.txt RUN gdown 1Pm2apRxk9CbMspwve3Fir3WwX-vDWXoL RUN git clone https://github.com/aiXander/CLIP_assisted_data_labeling +COPY main.py main.py EXPOSE 80