Spaces:
Paused
Paused
Commit
·
338be58
1
Parent(s):
e2934c5
Update Dockerfile
Browse files- 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
|
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 . .
|