Created
February 16, 2022 18:44
-
-
Save jjanczur/cc140698b228131081f644a0840af7f6 to your computer and use it in GitHub Desktop.
How to run loccaly template_app.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ IEXEC_INPUT_FILES_NUMBER=1 \ | |
| IEXEC_IN=sample_data \ | |
| IEXEC_INPUT_FILES_FOLDER=sample_data \ | |
| IEXEC_INPUT_FILE_NAME_1=data_set_full.csv \ | |
| IEXEC_OUT=output \ | |
| python3 src/template_app.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment