diff --git a/Dockerfile b/Dockerfile index 6622595d4ef100e074903f429cd722f6034c0394..1e7a2a4b89b08f212907cb552f2c61a855b562f0 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