Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save jjanczur/9f9b8fe8fe897951acbbdd68945b79b8 to your computer and use it in GitHub Desktop.
Run localdocker container
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