From d357f2ca8b054530fca57da2718d88c1a2151657 Mon Sep 17 00:00:00 2001 From: Gurleen Saini <196659986+gurleen1166@users.noreply.github.com> Date: Thu, 27 Mar 2025 20:40:19 +0530 Subject: [PATCH] Update Dockerfile --- .devcontainer/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index a0bd05f47ec8..9e6cf6f7598e 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -6,3 +6,4 @@ RUN python3 -m pip install --upgrade pip \ && python3 -m pip install --no-cache-dir install -r /tmp/pip-tmp/requirements.txt \ && pipx install pre-commit ruff \ && pre-commit install +Gurleen Saini