Spaces:
Sleeping
Sleeping
Ved Gupta
commited on
Commit
·
a65ba2f
1
Parent(s):
6c59364
Add gpt-3.5-turbo.yaml model
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
FROM quay.io/go-skynet/local-ai:v2.7.0-ffmpeg-core
|
2 |
|
3 |
RUN wget -q "https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.2-GGUF/resolve/main/mistral-7b-instruct-v0.2.Q4_0.gguf" -O models/mistral-7b-instruct-v0.2.Q4_0.gguf
|
|
|
4 |
|
5 |
RUN useradd -m -u 1000 user
|
6 |
USER user
|
|
|
1 |
FROM quay.io/go-skynet/local-ai:v2.7.0-ffmpeg-core
|
2 |
|
3 |
RUN wget -q "https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.2-GGUF/resolve/main/mistral-7b-instruct-v0.2.Q4_0.gguf" -O models/mistral-7b-instruct-v0.2.Q4_0.gguf
|
4 |
+
COPY models/gpt-3.5-turbo.yaml models/gpt-3.5-turbo.yaml
|
5 |
|
6 |
RUN useradd -m -u 1000 user
|
7 |
USER user
|