matthoffner commited on
Commit
338be58
·
1 Parent(s): e2934c5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ RUN git clone https://github.com/abetlen/llama-cpp-python
11
  RUN CMAKE_ARGS="-DLLAMA_OPENBLAS=on" FORCE_CMAKE=1 pip install llama-cpp-python && cd llama-cpp-python
12
  RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash
13
  RUN apt-get install git-lfs
14
- RUN git lfs pull https://huggingface.co/TheBloke/wizardLM-7B-GGML --include=wizardLM-7B.ggml.q5_1.bin
15
 
16
  RUN ls
17
  COPY . .
 
11
  RUN CMAKE_ARGS="-DLLAMA_OPENBLAS=on" FORCE_CMAKE=1 pip install llama-cpp-python && cd llama-cpp-python
12
  RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash
13
  RUN apt-get install git-lfs
14
+ RUN git clone https://huggingface.co/TheBloke/wizardLM-7B-GGML
15
 
16
  RUN ls
17
  COPY . .