diff --git a/Dockerfile b/Dockerfile index 8d6716b..b1a55eb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,16 +17,7 @@ COPY . . RUN python3 -m pip install -r requirements.txt RUN python3 -m pip install -e . -RUN echo "1111111111111111111111111111111111111111111111" -RUN ls -RUN echo "2222222222222222222222222222222222222222222222" -RUN ls incl -RUN echo "2222222222222222222222222222222222222222222222" -RUN ls incl/redai_image -RUN echo "2222222222222222222222222222222222222222222222" -RUN ls incl/redai_image/redai -RUN echo "2222222222222222222222222222222222222222222222" -RUN python3 -m pip install -e /app/service/incl/redai_image/redai +RUN python3 -m pip install -e incl/redai_image/redai EXPOSE 5000 EXPOSE 8080