From 4a4f2a00d00f1d1917f07ec22d68bb0f8dd321ec Mon Sep 17 00:00:00 2001 From: Ben Perry Date: Mon, 15 Jul 2024 09:19:59 -0500 Subject: [PATCH] Install libtiff5 for comet example --- examples/comet/.saturn/saturn.json | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/comet/.saturn/saturn.json b/examples/comet/.saturn/saturn.json index e988a2ab..ad70a824 100644 --- a/examples/comet/.saturn/saturn.json +++ b/examples/comet/.saturn/saturn.json @@ -4,6 +4,7 @@ "description": "Track and compare your ML models using Comet", "working_directory": "/home/jovyan/examples/examples/comet", "extra_packages": { + "apt": "libtiff5", "pip": "comet_ml", "conda": "pytorch torchvision cpuonly -c pytorch", "use_mamba": true