Skip to content

Instantly share code, notes, and snippets.

@jjanczur
Created February 16, 2022 18:44
Show Gist options
  • Select an option

  • Save jjanczur/cc140698b228131081f644a0840af7f6 to your computer and use it in GitHub Desktop.

Select an option

Save jjanczur/cc140698b228131081f644a0840af7f6 to your computer and use it in GitHub Desktop.
How to run loccaly template_app.py
$ 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