From 58ce34d56da63017889d4676c29a3bad9eb3b1cb Mon Sep 17 00:00:00 2001 From: florez_j Date: Tue, 23 Sep 2025 16:07:21 +0200 Subject: [PATCH] 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. --- Dockerfile.acsmchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.acsmchain b/Dockerfile.acsmchain index c1510b2..491fda7 100644 --- a/Dockerfile.acsmchain +++ b/Dockerfile.acsmchain @@ -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