freddyaboulton HF Staff commited on
Commit
2833ba9
·
verified ·
1 Parent(s): 6a77700

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Use pgvector with Postgres 17 as the base image
2
- FROM pgvector/pgvector:pg17f
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