Skip to content

Commit

Permalink
docker fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GaiZhenbiao committed Aug 21, 2024
1 parent f9eba90 commit 5c5d1d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
gradio==4.26.0
gradio_client==0.15.1
primp==0.5.5
pypinyin
tiktoken
socksio
Expand Down

0 comments on commit 5c5d1d1

Please sign in to comment.