Quickfix Dockerfile
This commit is contained in:
parent
d306b8946d
commit
3a21f94f19
@ -6,7 +6,7 @@ FROM ${BASE_ROOT}image-prediction-base:${VERSION_TAG}
|
|||||||
WORKDIR /app/service
|
WORKDIR /app/service
|
||||||
|
|
||||||
COPY ./src ./src
|
COPY ./src ./src
|
||||||
COPY ./incl/redai_image ./incl/redai_image
|
COPY ./incl/redai_image/redai ./incl/redai_image/redai
|
||||||
COPY image_prediction ./image_prediction
|
COPY image_prediction ./image_prediction
|
||||||
COPY ./setup.py ./setup.py
|
COPY ./setup.py ./setup.py
|
||||||
COPY ./requirements.txt ./requirements.txt
|
COPY ./requirements.txt ./requirements.txt
|
||||||
|
|||||||
@ -10,6 +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/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