Quickfix Dockerfile
This commit is contained in:
parent
ca365c66f8
commit
2117e2a294
16
Dockerfile
16
Dockerfile
@ -5,14 +5,14 @@ FROM ${BASE_ROOT}image-prediction-base:${VERSION_TAG}
|
|||||||
|
|
||||||
WORKDIR /app/service
|
WORKDIR /app/service
|
||||||
|
|
||||||
# COPY ./src ./src
|
COPY src src
|
||||||
# COPY ./incl/redai_image/redai ./incl/redai_image/redai
|
COPY data data
|
||||||
# COPY image_prediction ./image_prediction
|
COPY image_prediction image_prediction
|
||||||
# COPY ./setup.py ./setup.py
|
COPY incl/redai_image/redai incl/redai_image/redai
|
||||||
# COPY ./requirements.txt ./requirements.txt
|
COPY setup.py setup.py
|
||||||
# COPY ./config.yaml ./config.yaml
|
COPY requirements.txt requirements.txt
|
||||||
# COPY data data
|
COPY config.yaml config.yaml
|
||||||
COPY . .
|
|
||||||
# Install dependencies differing from base image.
|
# Install dependencies differing from base image.
|
||||||
RUN python3 -m pip install -r requirements.txt
|
RUN python3 -m pip install -r requirements.txt
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user