From 6bd428a4ac2aeb0f59100d46db5cad22ed8baa37 Mon Sep 17 00:00:00 2001 From: Premas <prema.cse11@gmail.com> Date: Fri, 8 Nov 2024 22:28:53 +0000 Subject: [PATCH] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f4fa92c..5861a7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -98,5 +98,5 @@ RUN /app/DeepLabCut/deepenv/bin/pip install .["gui"] # Set the entry point to use the correct Python from the virtual environment #ENTRYPOINT ["/app/DeepLabCut/deepenv/bin/python3", "-m", "deeplabcut"] -RUN strip --remove-section=.note.ABI-tag /app/DeepLabCut/deepenv/lib/python3.9/site-packages/PySide6/Qt/lib/libQt6Core.so.6 +RUN strip --remove-section=.note.ABI-tag /lib/x86_64-linux-gnu/libQt5Core.so.5 ENTRYPOINT ["/bin/bash"] -- GitLab