From 4ad66bb5e2df7b75cb625c1684d3094a5d193cb6 Mon Sep 17 00:00:00 2001 From: ct00659um <ct00659@surrey.ac.uk> Date: Thu, 2 Nov 2023 16:27:09 +0000 Subject: [PATCH] another incompatibility --- Dockerfile | 2 +- segmentAnything.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d143a3e..f725142 100644 --- a/Dockerfile +++ b/Dockerfile @@ -49,4 +49,4 @@ RUN conda install -c conda-forge python=3.9 RUN conda env update --file segmentAnything.yml --prune && conda clean -y --all RUN conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia -RUN pip3 install ffmpeg +RUN pip3 install ffmpeg gnutls diff --git a/segmentAnything.yml b/segmentAnything.yml index 32a3dcb..c1b6456 100644 --- a/segmentAnything.yml +++ b/segmentAnything.yml @@ -46,7 +46,6 @@ dependencies: - glib=2.69.1=he621ea3_2 - gmp=6.2.1=h295c915_3 - gmpy2=2.1.2=py311hc9b5ff0_0 - - gnutls=3.6.15=he1e5248_0 - gst-plugins-base=1.14.1=h6a678d5_1 - gstreamer=1.14.1=h5eee18b_1 - icu=58.2=he6710b0_3 -- GitLab