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 7939b0b commit 656ab69Copy full SHA for 656ab69
pgml-cms/docs/resources/developer-docs/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.13 \
+ ghcr.io/postgresml/postgresml:2.9.2 \
22
sudo -u postgresml psql -d postgresml
23
```
24
{% endtab %}
@@ -43,7 +43,7 @@ docker run \
43
--gpus all \
44
45
46
- ghcr.io/postgresml/postgresml:2.7.3 \
47
48
49
0 commit comments