File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -656,13 +656,13 @@ RUN \
656
656
apt-get install -y --no-install-recommends libgomp1 && \
657
657
# Install Intel(R) Compiler Runtime - numba optimization
658
658
# TODO: don't install, results in memory error: conda install -y --freeze-installed -c numba icc_rt && \
659
- # TODO: problem with channel-prio setting. Install libjpeg turbo for speedup in image processing
659
+ # Install libjpeg turbo for speedup in image processing
660
660
conda install -y --freeze-installed libjpeg-turbo && \
661
- # TODO: problem with channel-prio setting. Add snakemake for workflow management
661
+ # Add snakemake for workflow management
662
662
conda install -y -c bioconda -c conda-forge snakemake-minimal && \
663
- # TODO: problem with channel-prio setting. Add mamba as conda alternativ
663
+ # Add mamba as conda alternativ
664
664
conda install -y -c conda-forge mamba && \
665
- # TODO: problem with channel-prio setting. Faiss - A library for efficient similarity search and clustering of dense vectors.
665
+ # Faiss - A library for efficient similarity search and clustering of dense vectors.
666
666
conda install -y --freeze-installed faiss-cpu && \
667
667
# Install full pip requirements
668
668
pip install --no-cache-dir --upgrade --upgrade-strategy only-if-needed -r ${RESOURCES_PATH}/libraries/requirements-full.txt && \
You can’t perform that action at this time.
0 commit comments