Rremoved redundant training during docker building

This commit is contained in:
MatOgr 2022-05-15 11:09:16 +02:00
parent a5b498ae39
commit 8ca9b73537

View File

@ -26,5 +26,5 @@ RUN chmod +x /grab_avocado.py
RUN python3 /grab_avocado.py
# Run the model and train it
RUN chmod +x /model.py
RUN python3 /model.py
# RUN chmod +x /model.py
# RUN python3 /model.py