Quickfix Dockerfile

This commit is contained in:
Julius Unverfehrt 2022-03-02 11:10:54 +01:00
parent e2fc1257f1
commit d306b8946d
2 changed files with 1 additions and 8 deletions

View File

@ -17,13 +17,7 @@ COPY data data
RUN python3 -m pip install -r requirements.txt
RUN python3 -m pip install -e .
RUN echo "11111111111111111111111111111111111111111111111111111111111111"
RUN echo "11111111111111111111111111111111111111111111111111111111111111"
RUN ls
WORKDIR /app/service/incl/redai_image/redai
RUN ls
RUN python3 -m pip install -e .
WORKDIR /app/service
RUN python3 -m pip install -e incl/redai_image/redai
EXPOSE 5000
EXPOSE 8080

View File

@ -10,7 +10,6 @@ python3 -m pip install --upgrade pip
echo "dev setup for unit test and coverage 💖"
pip install -e .
pip install -e incl/redai_image/redai
pip install -r requirements.txt
SERVICE_NAME=$1