Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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}"
|