Tomoniai commited on
Commit
0d882c4
1 Parent(s): 1f04cec

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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-Q5_K_M.gguf -O model.gguf
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