macadeliccc commited on
Commit
36ea2df
1 Parent(s): bd2ae0b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -3
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM python:3.10 as base
2
 
3
  # Set model
4
  ENV MODEL=macadeliccc/piccolo-math-2x7b-GGUF
5
- ENV QUANT=Q4_K_M
6
  ENV CHAT_TEMPLATE=chatml
7
 
8
  # Set the working directory
@@ -20,5 +20,4 @@ RUN MODEL_NAME_FILE=$(echo ${MODEL#*/} | tr '[:upper:]' '[:lower:]' | sed 's/-gg
20
  COPY . .
21
 
22
  # Command to run the application
23
- CMD ["python", "app.py"]
24
-
 
2
 
3
  # Set model
4
  ENV MODEL=macadeliccc/piccolo-math-2x7b-GGUF
5
+ ENV QUANT=q4_k_m
6
  ENV CHAT_TEMPLATE=chatml
7
 
8
  # Set the working directory
 
20
  COPY . .
21
 
22
  # Command to run the application
23
+ CMD ["python", "app.py"]