From 08cb9c20e0a643a0d722827af8b29a22f070464a Mon Sep 17 00:00:00 2001 From: Akshata <101241334+akshata-gile@users.noreply.github.com> Date: Tue, 30 Apr 2024 16:05:47 +0530 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0c2fa3b..c87b470 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /app COPY requirements.txt . # Install the required packages -RUN pip install --no-cache-dir -r requirements.txt +RUN pip install -r requirements.txt # Copy the current directory contents into the container at /app COPY . .