diff --git a/Dockerfile b/Dockerfile index 1a5295e0ffaec40a51e378ab5f5400a4ac3e93a1..c104e8d10932f4447ba0e5b42ae8f81f8824ffa2 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"]