Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# Use the official Qdrant Docker image
|
2 |
-
FROM qdrant/qdrant:
|
3 |
|
4 |
# The Qdrant container expects its data to be stored in /qdrant/storage
|
5 |
# When persistent storage is enabled on Hugging Face Spaces,
|
|
|
1 |
# Use the official Qdrant Docker image
|
2 |
+
FROM qdrant/qdrant:v1.15.3
|
3 |
|
4 |
# The Qdrant container expects its data to be stored in /qdrant/storage
|
5 |
# When persistent storage is enabled on Hugging Face Spaces,
|