From 06d0220ba0d97882cbbc6f659a460fe935b315b4 Mon Sep 17 00:00:00 2001 From: Premas <prema.cse11@gmail.com> Date: Sat, 9 Nov 2024 02:18:04 +0000 Subject: [PATCH] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1a5295e..c104e8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -97,5 +97,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 /lib/x86_64-linux-gnu/libQt5Core.so.5 +RUN strip --remove-section=.note.ABI-tag /lib/x86_64-linux-gnu/libQt6Core.so.6 ENTRYPOINT ["/bin/bash"] -- GitLab