You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/examples/index.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,13 +80,17 @@ docker run \
80
80
--env OTEAPI_INCLUDE_REDISADMIN=False \
81
81
--env OTEAPI_EXPOSE_SECRETS=True \
82
82
--env OTEAPI_PLUGIN_PACKAGES=oteapi-optimade \
83
-
ghcr.io/emmc-asbl/oteapi:latest
83
+
ghcr.io/emmc-asbl/oteapi:1.20231108.329
84
84
```
85
85
86
86
!!! note
87
87
To use the `/triples` endpoint, an AllegroGraph triplestore needs to be running.
88
88
For more information see the [OTEAPI Services README](https://github.com/EMMC-ASBL/oteapi-services#run-a-triplestore-allegrograph) to see how to set this up and run it.
89
89
90
+
!!! important
91
+
Pinning to version '1.20231108.329' of the OTEAPI image is important, as the latest version is currently not compatible with this plugin.
92
+
To follow this issue, please see [GitHub issue #187](https://github.com/SINTEF/oteapi-optimade/issues/187) and [GitHub issue #163](https://github.com/SINTEF/oteapi-optimade/issues/163).
93
+
90
94
#### Using Docker Compose
91
95
92
96
Download the Docker Compose file from the [OTEAPI Services repository](https://github.com/EMMC-ASBL/oteapi-services/blob/master/docker-compose.yml):
0 commit comments