Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -21,7 +21,7 @@ RUN chmod 777 .
|
|
21 |
COPY ./requirements.txt /code/requirements.txt
|
22 |
RUN pip install --upgrade pip
|
23 |
RUN pip install --upgrade setuptools
|
24 |
-
RUN pip install llama-cpp-python
|
25 |
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
|
26 |
|
27 |
RUN pip install --no-cache-dir -r /code/requirements.txt
|
|
|
21 |
COPY ./requirements.txt /code/requirements.txt
|
22 |
RUN pip install --upgrade pip
|
23 |
RUN pip install --upgrade setuptools
|
24 |
+
RUN pip install llama-cpp-python \
|
25 |
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
|
26 |
|
27 |
RUN pip install --no-cache-dir -r /code/requirements.txt
|