From bb08b86668809b3d41094985bee39cdae7d4d28a Mon Sep 17 00:00:00 2001 From: Prema Soundararajan <prema@uab.edu> Date: Fri, 1 Nov 2024 14:54:30 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6622595..1e7a2a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN apt-get update #WORKDIR /app/DeepLabCut RUN pip install deeplabcut -RUN pip install tensorflow[[and-cuda] +RUN pip install tensorflow[and-cuda] # Create a virtual environment and activate it #RUN python3 -m venv venv #RUN pip install --upgrade pip -- GitLab