Spaces:
Sleeping
Sleeping
Rajeev-86
commited on
Commit
·
a5eba07
1
Parent(s):
7da107e
fixing model links
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
# 1. Pinned Base Image
|
| 2 |
FROM pytorch/torchserve:0.12.0-cpu
|
| 3 |
|
| 4 |
-
USER root
|
| 5 |
|
| 6 |
# 2. Install other dependencies and clean up
|
| 7 |
COPY requirements.txt /tmp/requirements.txt
|
|
|
|
| 1 |
# 1. Pinned Base Image
|
| 2 |
FROM pytorch/torchserve:0.12.0-cpu
|
| 3 |
|
| 4 |
+
USER root
|
| 5 |
|
| 6 |
# 2. Install other dependencies and clean up
|
| 7 |
COPY requirements.txt /tmp/requirements.txt
|