From 24bad80b531efe0e6e4fd35740a2fd60c95724f6 Mon Sep 17 00:00:00 2001 From: FredWuCZ Date: Sat, 28 Sep 2024 22:01:06 +0800 Subject: [PATCH] Add requirements for docker --- requirements.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/requirements.txt b/requirements.txt index 2cc96ab..72ca6fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -53,3 +53,8 @@ wrapt_timeout_decorator gdown tiktoken groq +boto3 +azure-identity +azure-mgmt-compute +azure-mgmt-network +docker \ No newline at end of file