freddyaboulton HF staff commited on
Commit
6a77700
·
verified ·
1 Parent(s): 748b832

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -1,5 +1,7 @@
1
  # Use pgvector with Postgres 17 as the base image
2
- FROM pgvector/pgvector:pg17
 
 
3
 
4
  # Set environment variable for PostgreSQL password and data directory
5
  ENV POSTGRES_PASSWORD=postgres
 
1
  # Use pgvector with Postgres 17 as the base image
2
+ FROM pgvector/pgvector:pg17f
3
+
4
+ RUN useradd -m -u 1000 postgres
5
 
6
  # Set environment variable for PostgreSQL password and data directory
7
  ENV POSTGRES_PASSWORD=postgres