From 2d2c4421c2758bdec38e1531d09c58d9b04e59dd Mon Sep 17 00:00:00 2001 From: Premas <prema.cse11@gmail.com> Date: Fri, 8 Nov 2024 22:10:49 +0000 Subject: [PATCH] --- Dockerfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f9aaee5..f4fa92c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -96,5 +96,7 @@ RUN /app/DeepLabCut/deepenv/bin/pip install -r requirements.txt #RUN /app/DeepLabCut/deepenv/bin/pip install deeplabcut[gui]==2.3.8 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"] -#ENTRYPOINT ["/bin/bash"] +#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 +ENTRYPOINT ["/bin/bash"] -- GitLab