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:
Jorge Escobar 2021-09-14 14:15:34 -04:00 committed by GitHub
commit 5bd63c083b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 99 additions and 13 deletions

View file

@ -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