From fdedaf354367899333ec7605ff8795cd9c452d1f Mon Sep 17 00:00:00 2001
From: Prema Soundararajan <prema@uab.edu>
Date: Wed, 30 Oct 2024 22:02:39 +0000
Subject: [PATCH] update

---
 Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 5c9a3c9..3f6fa54 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
 # Use an official Python runtime as a parent image
-FROM python:3.8-slim
+FROM python:3.10
 
 # Set the working directory in the container
 WORKDIR /app
@@ -15,7 +15,7 @@ WORKDIR /app/DeepLabCut
 
 # Create a virtual environment and activate it
 RUN python3 -m venv venv
-
+RUN pip install --upgrade pip
 # Install dependencies
 RUN /bin/bash -c "source venv/bin/activate && pip install -r requirements.txt && pip install .[gui]"
 
-- 
GitLab