moriire commited on
Commit
5961eab
1 Parent(s): e65955e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -28,9 +28,6 @@ COPY ./requirements.txt /code/requirements.txt
28
  RUN pip install --upgrade pip
29
  RUN pip install --upgrade setuptools
30
 
31
- RUN cd /tmp && git clone --recurse-submodules https://github.com/nomic-ai/gpt4all && cd gpt4all/gpt4all-backend/ && mkdir build && cd build && cmake .. && cmake --build . --parallel && cd ../../gpt4all-bindings/python && pip3 install -e .
32
- RUN pip install llama-cpp-python \
33
- --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
34
 
35
  RUN pip install --no-cache-dir -r /code/requirements.txt
36
 
 
28
  RUN pip install --upgrade pip
29
  RUN pip install --upgrade setuptools
30
 
 
 
 
31
 
32
  RUN pip install --no-cache-dir -r /code/requirements.txt
33