lavanjv commited on
Commit
b3a5fbb
·
1 Parent(s): 903ac7d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,7 +20,7 @@ COPY . .
20
  RUN wget https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/resolve/main/llama-2-7b-chat.ggmlv3.q8_0.bin
21
 
22
  # Install chainlit and add it to PATH
23
- RUN pip install chainlit --user
24
 
25
  # Set the PATH to include user-specific binaries
26
  ENV PATH="/home/myuser/.local/bin:${PATH}"
 
20
  RUN wget https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/resolve/main/llama-2-7b-chat.ggmlv3.q8_0.bin
21
 
22
  # Install chainlit and add it to PATH
23
+ RUN pip install chainlit==0.6.1 --user
24
 
25
  # Set the PATH to include user-specific binaries
26
  ENV PATH="/home/myuser/.local/bin:${PATH}"