Skip to content

Commit

Permalink
[#46] Advanced Training: Update task_config.json for C2D
Browse files Browse the repository at this point in the history
  • Loading branch information
alanking committed May 23, 2024
1 parent e3f0c52 commit 994725e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion advanced/hpc_compute_to_data/task_config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"container": {
"type": "docker",
"image": "dwmoore/jupyter-digital-filter",
"image": "irods/irods-training-jupyter-digital-filter",
"commands": [
{ "user": "root",
"command": [ "sh", "-c", "groupadd -g $IRODS_GID irods && gpasswd -a jovyan irods && chmod g+r \"$INPUT_FILE_PATH\" && chmod g+rwx \"$OUTPUT_DIRECTORY\"" ]
Expand Down

0 comments on commit 994725e

Please sign in to comment.