Skip to content

Commit

Permalink
adjust dockerfile on main to rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Sep 28, 2024
1 parent 8032526 commit 6735e09
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,4 +1,4 @@
FROM ghcr.io/catalystneuro/neuroconv:latest
LABEL org.opencontainers.image.source=https://github.com/catalystneuro/neuroconv
LABEL org.opencontainers.image.description="A docker image for the most recent official release of the NeuroConv package. Modified to take in environment variables for the YAML conversion specification and other command line arguments."
CMD echo "$NEUROCONV_YAML" > run.yml && python -m neuroconv run.yml --data-folder-path "$NEUROCONV_DATA_PATH" --output-folder-path "$NEUROCONV_OUTPUT_PATH" --overwrite
CMD printf "$NEUROCONV_YAML" > ./run.yml && neuroconv run.yml --data-folder-path "$NEUROCONV_DATA_PATH" --output-folder-path "$NEUROCONV_OUTPUT_PATH" --overwrite

0 comments on commit 6735e09

Please sign in to comment.