Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ Need more info, check out [our docs](https://argilla-io.github.io/argilla/latest

## 🥇 Contributors

To help our community with the creation of contributions, we have created our [community](https://argilla-io.github.io/argilla/latest/community/) docs.
To help our community with the creation of contributions, we have created our [community](https://argilla-io.github.io/argilla/latest/community/) docs.

<a href="https://github.com/argilla-io/argilla/graphs/contributors">

Expand Down
4 changes: 2 additions & 2 deletions examples/deployments/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:8.17.0
environment:
- ES_JAVA_OPTS=-Xms512m -Xmx512m -XX:UseSVE=0
- CLI_JAVA_OPTS=-XX:UseSVE=0
- ES_JAVA_OPTS=-Xms512m -Xmx512m
- CLI_JAVA_OPTS=
- node.name=elasticsearch
- cluster.name=es-argilla-local
- discovery.type=single-node
Expand Down