Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
|
2 |
-
FROM python:3.9-slim
|
3 |
USER root
|
4 |
|
5 |
RUN chmod 1777 /tmp \
|
|
|
1 |
+
FROM registry.hf.space/microsoft-omniparser:latest
|
2 |
+
# FROM python:3.9-slim
|
3 |
USER root
|
4 |
|
5 |
RUN chmod 1777 /tmp \
|