Skip to content
Snippets Groups Projects
Commit 2d2c4421 authored by Premas's avatar Premas
Browse files

No commit message

No commit message
parent b09af022
No related branches found
No related tags found
No related merge requests found
Pipeline #12037 canceled with stage
in 19 minutes and 29 seconds
...@@ -96,5 +96,7 @@ RUN /app/DeepLabCut/deepenv/bin/pip install -r requirements.txt ...@@ -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 deeplabcut[gui]==2.3.8
RUN /app/DeepLabCut/deepenv/bin/pip install .["gui"] RUN /app/DeepLabCut/deepenv/bin/pip install .["gui"]
# Set the entry point to use the correct Python from the virtual environment # Set the entry point to use the correct Python from the virtual environment
ENTRYPOINT ["/app/DeepLabCut/deepenv/bin/python3", "-m", "deeplabcut"] #ENTRYPOINT ["/app/DeepLabCut/deepenv/bin/python3", "-m", "deeplabcut"]
#ENTRYPOINT ["/bin/bash"]
RUN strip --remove-section=.note.ABI-tag /app/DeepLabCut/deepenv/lib/python3.9/site-packages/PySide6/Qt/lib/libQt6Core.so.6
ENTRYPOINT ["/bin/bash"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment