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

Update Dockerfile

parent 193e2beb
No related branches found
No related tags found
No related merge requests found
Pipeline #11941 passed with stage
in 23 minutes and 13 seconds
...@@ -15,7 +15,7 @@ RUN apt-get update ...@@ -15,7 +15,7 @@ RUN apt-get update
#WORKDIR /app/DeepLabCut #WORKDIR /app/DeepLabCut
RUN pip install deeplabcut RUN pip install deeplabcut
RUN pip install tensorflow[[and-cuda] RUN pip install tensorflow[and-cuda]
# 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
......
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