Update Dockerfile

#82
by reach-vb HF staff - opened
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -44,7 +44,7 @@ COPY --chown=1000 . ${HOME}/app
44
  RUN git clone https://github.com/ggerganov/llama.cpp
45
  RUN pip install -r llama.cpp/requirements.txt
46
 
47
- COPY imatrix_calibration.txt ${HOME}/app/llama.cpp/
48
 
49
  ENV PYTHONPATH=${HOME}/app \
50
  PYTHONUNBUFFERED=1 \
 
44
  RUN git clone https://github.com/ggerganov/llama.cpp
45
  RUN pip install -r llama.cpp/requirements.txt
46
 
47
+ COPY groups_merged.txt ${HOME}/app/llama.cpp/
48
 
49
  ENV PYTHONPATH=${HOME}/app \
50
  PYTHONUNBUFFERED=1 \