From dd9ea3581e0cbfc954991d49f45ae6da17941c56 Mon Sep 17 00:00:00 2001 From: Prema Soundararajan <prema@uab.edu> Date: Sat, 2 Nov 2024 09:19:59 +0000 Subject: [PATCH] Dockerfile update --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6622595..6d74afe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Python runtime as a parent image -FROM python:3.10 +FROM python:3.9 # Set the working directory in the container #WORKDIR /app -- GitLab