From c73df9e553203a2557162e02c2279c42a6df2fd4 Mon Sep 17 00:00:00 2001
From: "Dutta, Ayushi (PG/R - Comp Sci & Elec Eng)" <ayushi.dutta@surrey.ac.uk>
Date: Wed, 16 Apr 2025 11:16:33 +0000
Subject: [PATCH] remove libffi and check

---
 container.def | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/container.def b/container.def
index e48cc37..a8ebc7b 100644
--- a/container.def
+++ b/container.def
@@ -9,15 +9,6 @@ From: nvidia/cuda:12.1.0-cudnn8-devel-ubuntu20.04
         wget sshfs rsync curl vim bzip2 zip unzip git build-essential cmake \
         libopenblas-dev 
 
-    # Fix libffi version: remove libffi8 if present, enforce libffi7
-    apt-get remove -y libffi8 || true
-    apt-get install -y libffi7=3.3-4
-
-    # Verify runtime linking
-    ldconfig
-    echo "Checking git-remote-https linking to libffi:"
-    ldd /usr/lib/git-core/git-remote-https | grep ffi || true
-
     apt-get autoremove -y && apt-get clean && rm -rf /var/lib/apt/lists/* # keep the Docker image as small as possible.
     
 %environment
-- 
GitLab