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