Skip to content

Commit

Permalink
Try to fix crontab
Browse files Browse the repository at this point in the history
  • Loading branch information
ibacher committed Apr 8, 2024
1 parent 74b1d18 commit 26eddb8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ RUN install2.r --error --skipinstalled \

RUN Rscript -e "remotes::install_version('h2o', '3.42.0.2')"

COPY docker-resources/crontab /etc/cron.d/crontab
COPY docker-resources/crontab /etc/cron.d/iit-crontab
RUN chmod 0644 /etc/cron.d/iit-crontab
RUN touch /var/log/cron.log
COPY IIT-Prediction/model/V7 /app/model
COPY SQL/iit_prod_data_extract.sql /app/iit_prod_data_extract.sql
COPY docker-resources/run_predictions.sh /app/run_predictions.sh
Expand Down

0 comments on commit 26eddb8

Please sign in to comment.