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

numpy install

parent 50b9682a
No related branches found
No related tags found
No related merge requests found
Pipeline #11927 failed with stage
in 1 minute and 55 seconds
...@@ -16,6 +16,8 @@ WORKDIR /app/DeepLabCut ...@@ -16,6 +16,8 @@ WORKDIR /app/DeepLabCut
# Create a virtual environment and activate it # Create a virtual environment and activate it
RUN python3 -m venv venv RUN python3 -m venv venv
RUN pip install --upgrade pip RUN pip install --upgrade pip
RUN pip install numpy<2
# Install dependencies # Install dependencies
RUN /bin/bash -c "source venv/bin/activate && pip install -r requirements.txt && pip install .[gui]" RUN /bin/bash -c "source venv/bin/activate && pip install -r requirements.txt && pip install .[gui]"
RUN pip install --upgrade typing-extensions==4.5.0 RUN pip install --upgrade typing-extensions==4.5.0
......
# Deeplabcut Docker Container
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