Skip to content
Snippets Groups Projects
Commit 1cd56a74 authored by Prema Soundararajan's avatar Prema Soundararajan
Browse files

Update Dockerfile

parent 0d27961f
No related branches found
No related tags found
No related merge requests found
Pipeline #12015 passed with stage
in 28 minutes and 26 seconds
......@@ -84,5 +84,6 @@ RUN /app/DeepLabCut/deepenv/bin/pip install numpy==1.24.3 typing-extensions==4.5
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"]
ENTRYPOINT ["/bin/bash"]
# Set the entry point to use the correct Python from the virtual environment
ENTRYPOINT ["/app/DeepLabCut/deepenv/bin/python3", "-m", "deeplabcut"]
#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