mirror of
https://gitea.psi.ch/APOG/acsm-fairifier.git
synced 2026-01-24 12:47:02 +01:00
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:
@@ -40,7 +40,7 @@ COPY requirements.txt /acsmdc/requirements.txt
|
|||||||
RUN conda run -n $ENV_NAME pip install -r /acsmdc/requirements.txt
|
RUN conda run -n $ENV_NAME pip install -r /acsmdc/requirements.txt
|
||||||
|
|
||||||
# Define volumes for excluded directories
|
# Define volumes for excluded directories
|
||||||
VOLUME ["/acsmdc/data", "/acsmdc/figures", "/acsmdc/pipelines/params"]
|
#VOLUME ["/acsmdc/data", "/acsmdc/figures", "/acsmdc/pipelines/params"]
|
||||||
|
|
||||||
# Add JupyterLab
|
# Add JupyterLab
|
||||||
RUN pip install graphviz
|
RUN pip install graphviz
|
||||||
|
|||||||
Reference in New Issue
Block a user