diff --git a/Dockerfile b/Dockerfile index 1229c95..7dddc7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,6 @@ FROM python:3.11-slim WORKDIR /app RUN mkdir -p data -RUN apt-get update && apt-get install -y curl libgl1 && rm -rf /var/lib/apt/lists/* COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt COPY *.py .