Spaces:
Sleeping
Sleeping
n0v33n commited on
Commit ·
5903ba5
1
Parent(s): 9207b26
update commit
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -20,7 +20,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 20 |
|
| 21 |
# Copy app files
|
| 22 |
COPY app.py .
|
| 23 |
-
COPY
|
| 24 |
COPY metadata.json .
|
| 25 |
|
| 26 |
# Expose HF-required port
|
|
|
|
| 20 |
|
| 21 |
# Copy app files
|
| 22 |
COPY app.py .
|
| 23 |
+
COPY mobilenetv3_large_100_deploy.pth .
|
| 24 |
COPY metadata.json .
|
| 25 |
|
| 26 |
# Expose HF-required port
|