Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -6,6 +6,7 @@ COPY requirements.txt .
|
|
| 6 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 7 |
|
| 8 |
COPY environment/ ./environment/
|
|
|
|
| 9 |
COPY tests/ ./tests/
|
| 10 |
COPY app.py .
|
| 11 |
COPY inference.py .
|
|
|
|
| 6 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 7 |
|
| 8 |
COPY environment/ ./environment/
|
| 9 |
+
COPY tasks/ ./tasks/
|
| 10 |
COPY tests/ ./tests/
|
| 11 |
COPY app.py .
|
| 12 |
COPY inference.py .
|