We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b9f9a3 commit cd88f0cCopy full SHA for cd88f0c
Dockerfile
@@ -372,3 +372,6 @@ RUN chmod 777 -R /workspace/bionemo2/
372
# FIXME the following results in unstable training curves even if faster.
373
# See https://github.com/NVIDIA/bionemo-framework/pull/421
374
# ENV NVTE_FUSED_ATTN=1 NVTE_FLASH_ATTN=0
375
+# Remove libtiff just for v2.7 release due to CVE https://nvd.nist.gov/vuln/detail/CVE-2025-9900
376
+# This has no effect on bionemo since we do not do any image processing.
377
+RUN apt remove -qy libtiff6
0 commit comments