mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-08 11:17:25 +00:00
fixed docker
This commit is contained in:
parent
e6b5d5900b
commit
dd86f103e9
1 changed files with 2 additions and 2 deletions
|
|
@ -7,8 +7,8 @@ RUN pip install --upgrade pip
|
|||
RUN pip install -r requirements.txt
|
||||
|
||||
# Assuming in the CI/CD step, there will be a dvc pull step to get data and model, so will just need to run a single script
|
||||
COPY src/ /home/src/
|
||||
COPY pipeline/ /home/pipeline/
|
||||
|
||||
WORKDIR /home/src/
|
||||
WORKDIR /home/pipeline/
|
||||
|
||||
CMD [ "python", "generate_predictions.py"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue