From 6db15380cae8ef1c19d676dd028451deb2933ea4 Mon Sep 17 00:00:00 2001 From: Prema Soundararajan <prema@uab.edu> Date: Fri, 1 Nov 2024 16:00:51 +0000 Subject: [PATCH] numpy install --- Dockerfile | 2 ++ README.md | 1 + 2 files changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 493ef04..f13d303 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,8 @@ WORKDIR /app/DeepLabCut # Create a virtual environment and activate it RUN python3 -m venv venv RUN pip install --upgrade pip +RUN pip install numpy<2 + # Install dependencies 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 diff --git a/README.md b/README.md index e69de29..11c409c 100644 --- a/README.md +++ b/README.md @@ -0,0 +1 @@ +# Deeplabcut Docker Container -- GitLab