Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
FROM registry.hf.space/banao-tech/
|
2 |
-
|
3 |
USER root
|
4 |
|
5 |
# Install Python and system dependencies in a single layer
|
|
|
1 |
+
FROM registry.hf.space/banao-tech/omniparser1:latest
|
2 |
+
#huggingface.co/spaces/banao-tech/OmniParser1
|
3 |
USER root
|
4 |
|
5 |
# Install Python and system dependencies in a single layer
|