From 9cff5e361081d4cec38d0c44995f7cf1b9f4190b Mon Sep 17 00:00:00 2001 From: nessshon Date: Thu, 23 Jan 2025 01:05:49 +0500 Subject: [PATCH] Update Dockerfile. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 072106b..aff5b8d 100755 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,6 @@ ENV PYTHONUNBUFFERED=1 \ COPY requirements.txt . RUN pip install --no-cache-dir --upgrade pip && \ - pip install --no-cache-dir -r requirements.txt + pip install --no-cache-dir -r requirements.txt --no-deps COPY . . \ No newline at end of file