Skip to content

Commit

Permalink
add missing quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Mar 22, 2024
1 parent 0aa5d28 commit 38206fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/neuroconv_latest_yaml_variable
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM ghcr.io/catalystneuro/neuroconv:latest
LABEL org.opencontainers.image.source=https://github.com/catalystneuro/neuroconv
CMD echo "$NEUROCONV_YAML" > run.yml && neuroconv run.yml --data-folder-path $NEUROCONV_DATA_PATH --output-folder-path $NEUROCONV_OUTPUT_PATH
CMD echo "$NEUROCONV_YAML" > run.yml && python -m neuroconv run.yml --data-folder-path "$NEUROCONV_DATA_PATH" --output-folder-path "$NEUROCONV_OUTPUT_PATH"

0 comments on commit 38206fc

Please sign in to comment.