From 0cc66de36d91b43f718507c97447ca56382dcb74 Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Sat, 28 Sep 2024 20:57:45 -0400 Subject: [PATCH] hotfix base image --- dockerfiles/neuroconv_latest_yaml_variable | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dockerfiles/neuroconv_latest_yaml_variable b/dockerfiles/neuroconv_latest_yaml_variable index 5500f14f0..04d2f0847 100644 --- a/dockerfiles/neuroconv_latest_yaml_variable +++ b/dockerfiles/neuroconv_latest_yaml_variable @@ -1,4 +1,5 @@ -FROM ghcr.io/catalystneuro/neuroconv:latest +# TODO: make this neuroconv:latest once optional installations are working again +FROM ghcr.io/catalystneuro/neuroconv:dev 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 printf "$NEUROCONV_YAML" > ./run.yml && neuroconv run.yml --data-folder-path "$NEUROCONV_DATA_PATH" --output-folder-path "$NEUROCONV_OUTPUT_PATH" --overwrite