Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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 \
|