Skip to content

Commit

Permalink
Temporarily simplify Dockerfile CMD to speed up CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeancochrane committed Nov 7, 2023
1 parent 0145b6f commit a86e0f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ RUN mv renv model-res-avm/
# Set the working directory to the app dir
WORKDIR model-res-avm/

CMD dvc pull && dvc repro
CMD dvc pull && dvc repro train

0 comments on commit a86e0f1

Please sign in to comment.