diff --git a/Dockerfile b/Dockerfile
index 6d74afeb0ebde8258bb5e9eaf29ebf9f26f18d48..41332afb39ba1d8134fec6c4b9668c01e7e028de 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