Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -38,7 +38,7 @@ COPY --from=build /build/llama.cpp/examples/server/public /app/public
|
|
| 38 |
COPY ./run.sh /app/run.sh
|
| 39 |
WORKDIR /app
|
| 40 |
|
| 41 |
-
wget -P /models -O mixtral-8x7b-instruct-v0.1.Q2_K.gguf -L https://huggingface.co/TheBloke/Mixtral-8x7B-Instruct-v0.1-GGUF/resolve/main/mixtral-8x7b-instruct-v0.1.Q2_K.gguf
|
| 42 |
EXPOSE 7860
|
| 43 |
|
| 44 |
# Make the script executable
|
|
|
|
| 38 |
COPY ./run.sh /app/run.sh
|
| 39 |
WORKDIR /app
|
| 40 |
|
| 41 |
+
RUN wget -P /models -O mixtral-8x7b-instruct-v0.1.Q2_K.gguf -L https://huggingface.co/TheBloke/Mixtral-8x7B-Instruct-v0.1-GGUF/resolve/main/mixtral-8x7b-instruct-v0.1.Q2_K.gguf
|
| 42 |
EXPOSE 7860
|
| 43 |
|
| 44 |
# Make the script executable
|