From 03274d4372d4d90a28b6e67be216d2f421c36e5c Mon Sep 17 00:00:00 2001 From: cdietrich Date: Fri, 18 Feb 2022 09:47:15 +0100 Subject: [PATCH] change dockerfile --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index d2f70a5..db6055b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,9 +11,9 @@ COPY ./fb_detr ./fb_detr RUN python3 -m pip install -e . -WORKDIR /app/service/incl/detr -RUN python3 -m pip install -e . -WORKDIR /app/service +#WORKDIR /app/service/incl/detr +#RUN python3 -m pip install -e . +#WORKDIR /app/service EXPOSE 5000 EXPOSE 8080