Created
February 16, 2022 18:54
-
-
Save jjanczur/9f9b8fe8fe897951acbbdd68945b79b8 to your computer and use it in GitHub Desktop.
Run localdocker container
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
| rm -rf output && \ | |
| docker run \ | |
| --rm \ | |
| -e IEXEC_IN=/iexec_in \ | |
| -e IEXEC_OUT=/iexec_out \ | |
| -e IEXEC_INPUT_FILES_NUMBER=1 \ | |
| -e IEXEC_INPUT_FILES_FOLDER=/iexec_in \ | |
| -e IEXEC_INPUT_FILE_NAME_1=data_set_full.csv \ | |
| -v $(pwd)/output:/iexec_out \ | |
| -v $(pwd)/sample_data:/iexec_in \ | |
| k-python-template |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment