Quickfix Dockerfile
This commit is contained in:
parent
5ef99f1d37
commit
e2fc1257f1
@ -17,8 +17,11 @@ COPY data data
|
|||||||
RUN python3 -m pip install -r requirements.txt
|
RUN python3 -m pip install -r requirements.txt
|
||||||
|
|
||||||
RUN python3 -m pip install -e .
|
RUN python3 -m pip install -e .
|
||||||
|
RUN echo "11111111111111111111111111111111111111111111111111111111111111"
|
||||||
|
RUN echo "11111111111111111111111111111111111111111111111111111111111111"
|
||||||
|
RUN ls
|
||||||
WORKDIR /app/service/incl/redai_image/redai
|
WORKDIR /app/service/incl/redai_image/redai
|
||||||
|
RUN ls
|
||||||
RUN python3 -m pip install -e .
|
RUN python3 -m pip install -e .
|
||||||
WORKDIR /app/service
|
WORKDIR /app/service
|
||||||
|
|
||||||
|
|||||||
@ -10,7 +10,7 @@ python3 -m pip install --upgrade pip
|
|||||||
echo "dev setup for unit test and coverage 💖"
|
echo "dev setup for unit test and coverage 💖"
|
||||||
|
|
||||||
pip install -e .
|
pip install -e .
|
||||||
pip install -e incl/redai_image
|
pip install -e incl/redai_image/redai
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
SERVICE_NAME=$1
|
SERVICE_NAME=$1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user