Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -7,6 +7,6 @@ RUN git clone https://github.com/deep-diver/LLM-As-Chatbot.git
|
|
7 |
|
8 |
WORKDIR /LLM-As-Chatbot
|
9 |
|
10 |
-
RUN pip install --no-cache-dir --upgrade -r
|
11 |
|
12 |
CMD ["python", "entry_point.py"]
|
|
|
7 |
|
8 |
WORKDIR /LLM-As-Chatbot
|
9 |
|
10 |
+
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
11 |
|
12 |
CMD ["python", "entry_point.py"]
|