Quickfix Dockerfile

This commit is contained in:
Julius Unverfehrt 2022-03-02 11:04:44 +01:00
parent 5ef99f1d37
commit e2fc1257f1
2 changed files with 5 additions and 2 deletions

View File

@ -17,8 +17,11 @@ 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

View File

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