Spaces:
Sleeping
Sleeping
Commit
·
aa3c737
1
Parent(s):
428534e
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -3,4 +3,4 @@ RUN apt update && apt upgrade -y
|
|
3 |
RUN apt install wget -y
|
4 |
RUN wget https://huggingface.co/jartine/Mixtral-8x7B-v0.1.llamafile/resolve/main/mixtral-8x7b-instruct-v0.1.Q5_K_M-server.llamafile
|
5 |
RUN chmod +x mixtral-8x7b-instruct-v0.1.Q5_K_M-server.llamafile
|
6 |
-
|
|
|
3 |
RUN apt install wget -y
|
4 |
RUN wget https://huggingface.co/jartine/Mixtral-8x7B-v0.1.llamafile/resolve/main/mixtral-8x7b-instruct-v0.1.Q5_K_M-server.llamafile
|
5 |
RUN chmod +x mixtral-8x7b-instruct-v0.1.Q5_K_M-server.llamafile
|
6 |
+
ENTRYPOINT ./mixtral-8x7b-instruct-v0.1.Q5_K_M-server.llamafile
|