Skip to content

Commit

Permalink
refactor: use CLI interface instead of old task_execution.py script
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Feb 22, 2025
1 parent c148f05 commit e193929
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 @@ -29,4 +29,4 @@ RUN apt-get update \
\( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
\) -exec rm -rf '{}' +

CMD python /igneous/igneous/task_execution.py
CMD igneous execute -q --aws-region $SQS_REGION_NAME --lease-sec $LEASE_SECONDS $SQS_URL

0 comments on commit e193929

Please sign in to comment.