diff --git a/Dockerfile b/Dockerfile index b1a55eb..8d6716b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,16 @@ COPY . . RUN python3 -m pip install -r requirements.txt RUN python3 -m pip install -e . -RUN python3 -m pip install -e incl/redai_image/redai +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 EXPOSE 5000 EXPOSE 8080