Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# Use the correct Hugging Face container
|
2 |
-
FROM registry.huggingface.co/microsoft
|
3 |
|
4 |
# Switch to root user for package installation
|
5 |
USER root
|
|
|
1 |
# Use the correct Hugging Face container
|
2 |
+
FROM registry.huggingface.co/microsoft-omniparser:latest
|
3 |
|
4 |
# Switch to root user for package installation
|
5 |
USER root
|