Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# Set up base image (use the correct Hugging Face registry)
|
2 |
-
FROM registry.huggingface.co/microsoft-omniparser:
|
3 |
|
4 |
# Set environment variables for authentication (persist across layers)
|
5 |
ARG HF_TOKEN
|
|
|
1 |
# Set up base image (use the correct Hugging Face registry)
|
2 |
+
FROM registry.huggingface.co/microsoft-omniparser:v2
|
3 |
|
4 |
# Set environment variables for authentication (persist across layers)
|
5 |
ARG HF_TOKEN
|