From 6f1ab68cf8b1e3abe679ed5bf1a5b0520e886662 Mon Sep 17 00:00:00 2001 From: Simon Blanke Date: Tue, 2 Apr 2024 10:10:31 +0200 Subject: [PATCH] remove commenbt --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e8ce596..78cd3c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,3 @@ -# Get the python 3.10 base docker image FROM python:3.10-slim COPY ./requirements/*.txt .