From 5c5d1d127c9c07e3d406a980b13e20651a8a0290 Mon Sep 17 00:00:00 2001 From: Tuchuanhuhuhu Date: Wed, 21 Aug 2024 19:13:32 +0800 Subject: [PATCH] docker fix --- Dockerfile | 1 - requirements.txt | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 89c14eec..9e04c3ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,6 @@ COPY requirements.txt . COPY requirements_advanced.txt . # Install Python packages -RUN pip install -U primp RUN pip install --user --no-cache-dir -r requirements.txt # Uncomment the following line if you want to install advanced requirements diff --git a/requirements.txt b/requirements.txt index 07cb4b62..7937a13b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ gradio==4.26.0 gradio_client==0.15.1 +primp==0.5.5 pypinyin tiktoken socksio