Kalpokoch commited on
Commit
1a0416e
·
verified ·
1 Parent(s): f220479

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -49,8 +49,8 @@ RUN pip install --no-cache-dir llama-cpp-python==0.2.61
49
 
50
 
51
  # Copy the rest of the application code
52
- COPY ./app ./app
53
-
54
 
55
  # Download your fine-tuned TinyLlama GGUF model
56
  RUN curl -fL -o /app/tinyllama_dop_q4_k_m.gguf \
 
49
 
50
 
51
  # Copy the rest of the application code
52
+ COPY ./app/app.py ./app/
53
+ COPY ./app/policy_vector_db.py ./app/
54
 
55
  # Download your fine-tuned TinyLlama GGUF model
56
  RUN curl -fL -o /app/tinyllama_dop_q4_k_m.gguf \