Add textsplitter copy (#187)

Fix No module named 'textsplitter'
This commit is contained in:
cinience 2023-04-27 14:43:29 +08:00 committed by GitHub
parent cae2427e1e
commit 27554ccc6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ COPY requirements.txt /chatGLM/
COPY cli_demo.py /chatGLM/
COPY textsplitter /chatGLM/
COPY webui.py /chatGLM/
WORKDIR /chatGLM