Skip to content

Commit ac083eb

Browse files
committed
Remove comments in dockerfile
1 parent 52d00a1 commit ac083eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -656,13 +656,13 @@ RUN \
656656
apt-get install -y --no-install-recommends libgomp1 && \
657657
# Install Intel(R) Compiler Runtime - numba optimization
658658
# 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
660660
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
662662
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
664664
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.
666666
conda install -y --freeze-installed faiss-cpu && \
667667
# Install full pip requirements
668668
pip install --no-cache-dir --upgrade --upgrade-strategy only-if-needed -r ${RESOURCES_PATH}/libraries/requirements-full.txt && \

0 commit comments

Comments
 (0)