Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
FROM
|
2 |
-
|
3 |
USER root
|
4 |
|
5 |
RUN chmod 1777 /tmp \
|
|
|
1 |
+
FROM dkpayne/omniparser:latest
|
|
|
2 |
USER root
|
3 |
|
4 |
RUN chmod 1777 /tmp \
|