Comment out line that was conflicting with dockercompose file. When activating local acsm processor with whole repo as a volumn, data figures and params folders were not visible in container.

This commit is contained in:
2025-09-23 16:07:21 +02:00
parent e2d9936de8
commit 58ce34d56d

View File

@@ -40,7 +40,7 @@ COPY requirements.txt /acsmdc/requirements.txt
RUN conda run -n $ENV_NAME pip install -r /acsmdc/requirements.txt
# Define volumes for excluded directories
VOLUME ["/acsmdc/data", "/acsmdc/figures", "/acsmdc/pipelines/params"]
#VOLUME ["/acsmdc/data", "/acsmdc/figures", "/acsmdc/pipelines/params"]
# Add JupyterLab
RUN pip install graphviz