ppsingh commited on
Commit
5f38389
·
verified ·
1 Parent(s): d99c065

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Use the official Qdrant Docker image
2
- FROM qdrant/qdrant:latest
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,