We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ac60d7 commit cbacf7bCopy full SHA for cbacf7b
pgml-dashboard/content/docs/guides/setup/quick_start_with_docker.md
@@ -18,7 +18,7 @@ docker run \
18
-v postgresml_data:/var/lib/postgresql \
19
-p 5433:5432 \
20
-p 8000:8000 \
21
- ghcr.io/postgresml/postgresml:2.7.4 \
+ ghcr.io/postgresml/postgresml:2.7.3 \
22
sudo -u postgresml psql -d postgresml
23
```
24
@@ -44,7 +44,7 @@ docker run \
44
--gpus all \
45
46
47
48
49
50
@@ -82,7 +82,7 @@ Time: 41.520 ms
82
postgresml=# SELECT pgml.version();
83
version
84
---------
85
- 2.7.4
+ 2.7.3
86
(1 row)
87
88
0 commit comments