mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-30 02:31:16 -07:00
Run all Census, ETL, Score, Combine and Tilefy in one command (#662)
* Run all Census, ETL, Score, Combine and Tilefy in one command * docker cmd * some docker improvements * feedback updates * lint
This commit is contained in:
parent
1083e953da
commit
5bd63c083b
4 changed files with 99 additions and 13 deletions
|
@ -32,3 +32,5 @@ COPY . .
|
|||
COPY requirements.txt .
|
||||
RUN pip3 install -r requirements.txt
|
||||
RUN pip3 install .
|
||||
|
||||
CMD python3 -m data_pipeline.application data-full-run --check
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue