Spaces:
Running
Running
Commit
·
e507be2
1
Parent(s):
e3e782f
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -3,5 +3,5 @@ RUN apt update && apt upgrade -y
|
|
3 |
RUN apt install wget -y
|
4 |
RUN wget https://huggingface.co/jartine/llava-v1.5-7B-GGUF/resolve/main/llava-v1.5-7b-q4-server.llamafile
|
5 |
RUN chmod +x llava-v1.5-7b-q4-server.llamafile
|
6 |
-
RUN ./llava-v1.5-7b-q4-server.llamafile
|
7 |
ENTRYPOINT ./llava-v1.5-7b-q4-server.llamafile
|
|
|
3 |
RUN apt install wget -y
|
4 |
RUN wget https://huggingface.co/jartine/llava-v1.5-7B-GGUF/resolve/main/llava-v1.5-7b-q4-server.llamafile
|
5 |
RUN chmod +x llava-v1.5-7b-q4-server.llamafile
|
6 |
+
RUN timeout -s 10 ./llava-v1.5-7b-q4-server.llamafile
|
7 |
ENTRYPOINT ./llava-v1.5-7b-q4-server.llamafile
|