Quickfix Dockerfile
This commit is contained in:
parent
e2fc1257f1
commit
d306b8946d
@ -17,13 +17,7 @@ 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 python3 -m pip install -e incl/redai_image/redai
|
||||||
RUN echo "11111111111111111111111111111111111111111111111111111111111111"
|
|
||||||
RUN ls
|
|
||||||
WORKDIR /app/service/incl/redai_image/redai
|
|
||||||
RUN ls
|
|
||||||
RUN python3 -m pip install -e .
|
|
||||||
WORKDIR /app/service
|
|
||||||
|
|
||||||
EXPOSE 5000
|
EXPOSE 5000
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|||||||
@ -10,7 +10,6 @@ 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/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