Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -6,7 +6,7 @@ COPY ./requirements.txt /app/requirements.txt
|
|
6 |
|
7 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
8 |
|
9 |
-
RUN wget https://huggingface.co/stabilityai/stable-code-3b/resolve/main/stable-code-3b-
|
10 |
|
11 |
RUN useradd -m -u 1000 user
|
12 |
|
|
|
6 |
|
7 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
8 |
|
9 |
+
RUN wget https://huggingface.co/stabilityai/stable-code-3b/resolve/main/stable-code-3b-Q6_K.gguf -O model.gguf
|
10 |
|
11 |
RUN useradd -m -u 1000 user
|
12 |
|