Spaces:
Runtime error
Runtime error
Commit
·
e80b03d
1
Parent(s):
ea6202c
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -24,7 +24,7 @@ RUN pip install ctransformers --no-binary ctransformers
|
|
24 |
#RUN wget -O falcon40b-instruct.ggmlv3.q2_K.bin https://huggingface.co/TheBloke/falcon-40b-instruct-GGML/raw/main/falcon40b-instruct.ggmlv3.q2_K.bin
|
25 |
|
26 |
# Change the ownership of the downloaded file to myuser
|
27 |
-
|
28 |
|
29 |
# Install git and clone the ggllm.cpp repository and build
|
30 |
#RUN apt-get install -y git && \
|
|
|
24 |
#RUN wget -O falcon40b-instruct.ggmlv3.q2_K.bin https://huggingface.co/TheBloke/falcon-40b-instruct-GGML/raw/main/falcon40b-instruct.ggmlv3.q2_K.bin
|
25 |
|
26 |
# Change the ownership of the downloaded file to myuser
|
27 |
+
RUN chown myuser:myuser falcon7b-instruct.ggmlv3.q4_0.bin
|
28 |
|
29 |
# Install git and clone the ggllm.cpp repository and build
|
30 |
#RUN apt-get install -y git && \
|