added avocado-training to docker
Some checks failed
s434742-training/pipeline/head There was a failure building this commit
Some checks failed
s434742-training/pipeline/head There was a failure building this commit
This commit is contained in:
parent
dedf02d972
commit
a53d4773fc
@ -17,12 +17,15 @@ WORKDIR /app
|
||||
|
||||
COPY ./requirements.txt ./
|
||||
COPY ./avocado-preprocessing.py ./
|
||||
COPY ./avocado-training.py ./
|
||||
|
||||
RUN chmod +x ./requirements.txt
|
||||
RUN chmod +x ./avocado-preprocessing.py
|
||||
RUN chmod +x ./avocado-training.py
|
||||
|
||||
RUN pip3 install -r ./requirements.txt
|
||||
CMD python3 avocado-preprocessing.py
|
||||
CMD python3 avocado-training.py
|
||||
|
||||
# COPY ./avocado-preprocessing.sh ./
|
||||
# RUN chmod +x avocado-preprocessing.sh
|
||||
|
Loading…
Reference in New Issue
Block a user