Skip to content

Commit cbacf7b

Browse files
authored
Move version back for docker for now (#915)
1 parent 6ac60d7 commit cbacf7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pgml-dashboard/content/docs/guides/setup/quick_start_with_docker.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ docker run \
1818
-v postgresml_data:/var/lib/postgresql \
1919
-p 5433:5432 \
2020
-p 8000:8000 \
21-
ghcr.io/postgresml/postgresml:2.7.4 \
21+
ghcr.io/postgresml/postgresml:2.7.3 \
2222
sudo -u postgresml psql -d postgresml
2323
```
2424

@@ -44,7 +44,7 @@ docker run \
4444
--gpus all \
4545
-p 5433:5432 \
4646
-p 8000:8000 \
47-
ghcr.io/postgresml/postgresml:2.7.4 \
47+
ghcr.io/postgresml/postgresml:2.7.3 \
4848
sudo -u postgresml psql -d postgresml
4949
```
5050

@@ -82,7 +82,7 @@ Time: 41.520 ms
8282
postgresml=# SELECT pgml.version();
8383
version
8484
---------
85-
2.7.4
85+
2.7.3
8686
(1 row)
8787
```
8888

0 commit comments

Comments
 (0)