Spaces:
Runtime error
Runtime error
Commit
·
591a6f9
1
Parent(s):
9748202
fix
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -13,6 +13,9 @@ RUN wget -O ./models/7B/gpt-j-ggml-model-q4_0.bin https://huggingface.co/ocordei
|
|
13 |
|
14 |
FROM ghcr.io/ggerganov/llama.cpp:light
|
15 |
|
|
|
|
|
|
|
16 |
CMD ["-m", "./models/7B/gpt-j-ggml-model-q4_0.bin", "-p", "Building a website can be done in 10 simple steps:", "-n", "512"]
|
17 |
|
18 |
# CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
13 |
|
14 |
FROM ghcr.io/ggerganov/llama.cpp:light
|
15 |
|
16 |
+
# echo ls files
|
17 |
+
RUN ls -la
|
18 |
+
|
19 |
CMD ["-m", "./models/7B/gpt-j-ggml-model-q4_0.bin", "-p", "Building a website can be done in 10 simple steps:", "-n", "512"]
|
20 |
|
21 |
# CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
|