Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# Use pgvector with Postgres 17 as the base image
|
2 |
-
FROM pgvector/pgvector:
|
3 |
|
4 |
RUN useradd -m -u 1000 postgres
|
5 |
|
|
|
1 |
# Use pgvector with Postgres 17 as the base image
|
2 |
+
FROM pgvector/pgvector:pg17
|
3 |
|
4 |
RUN useradd -m -u 1000 postgres
|
5 |
|