Spaces:
Sleeping
Sleeping
Commit
·
5a2f596
1
Parent(s):
5490a82
Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -25,6 +25,9 @@ RUN curl -fsSL https://ollama.com/install.sh | sh
|
|
25 |
WORKDIR /app
|
26 |
|
27 |
# Copy requirements first to leverage Docker cache
|
|
|
|
|
|
|
28 |
COPY requirements.txt .
|
29 |
|
30 |
# Install Python dependencies
|
|
|
25 |
WORKDIR /app
|
26 |
|
27 |
# Copy requirements first to leverage Docker cache
|
28 |
+
COPY . /app/
|
29 |
+
|
30 |
+
|
31 |
COPY requirements.txt .
|
32 |
|
33 |
# Install Python dependencies
|