From 03ad14ffab866ebd4635f6848ef15f0f8ddb07a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Czy=C5=BC?= Date: Tue, 11 Feb 2025 23:26:11 +0100 Subject: [PATCH] Improve Dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fc85e29..e24015f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,6 @@ FROM --platform=linux/amd64 python:3.11-slim WORKDIR /app RUN pip install --no-cache-dir covvfit==0.2.0 -RUN which covvfit ENTRYPOINT ["covvfit"]