Spaces:
Paused
Paused
Prathamesh Sarjerao Vaidya commited on
Commit ·
e501ce8
1
Parent(s): 922e083
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -30,7 +30,7 @@ WORKDIR /app
|
|
| 30 |
FROM base as dependencies
|
| 31 |
|
| 32 |
# Copy requirements first for better caching
|
| 33 |
-
COPY
|
| 34 |
|
| 35 |
# Install Python dependencies
|
| 36 |
RUN pip install --no-cache-dir -r requirements.txt
|
|
|
|
| 30 |
FROM base as dependencies
|
| 31 |
|
| 32 |
# Copy requirements first for better caching
|
| 33 |
+
COPY requirements.txt .
|
| 34 |
|
| 35 |
# Install Python dependencies
|
| 36 |
RUN pip install --no-cache-dir -r requirements.txt
|