Quickfix Dockerfile

This commit is contained in:
Julius Unverfehrt 2022-03-02 11:29:56 +01:00
parent 8943e34078
commit 06ade2ce71

View File

@ -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