Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -12,7 +12,7 @@ COPY requirements.txt .
|
|
| 12 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 13 |
|
| 14 |
# -------- copy source --------
|
| 15 |
-
COPY app.py
|
| 16 |
COPY params.cfg .
|
| 17 |
COPY .env* ./
|
| 18 |
|
|
|
|
| 12 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 13 |
|
| 14 |
# -------- copy source --------
|
| 15 |
+
COPY app.py .
|
| 16 |
COPY params.cfg .
|
| 17 |
COPY .env* ./
|
| 18 |
|