Skip to content

Commit

Permalink
Merge branch 'develop' into releases/2.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon committed Jun 20, 2024
2 parents f154e7c + d5f1e23 commit 2d03e3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion argilla/docs/getting_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If you have already deployed Argilla Server, you can skip this step. Otherwise,
* Locally with Docker.

```console
docker run -d --name quickstart -p 6900:6900 argilla/argilla-quickstart:latest
docker run -d --name quickstart -p 6900:6900 argilla/argilla-quickstart:v2.0.0rc1
```

## Connect to the Argilla server
Expand Down
2 changes: 1 addition & 1 deletion argilla/docs/getting_started/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ If you have already deployed Argilla Server, you can skip this step. Otherwise,
* Locally using Docker.

```console
docker run -d --name quickstart -p 6900:6900 argilla/argilla-quickstart:latest
docker run -d --name quickstart -p 6900:6900 argilla/argilla-quickstart:v2.0.0rc1
```

### Connect to the Argilla server
Expand Down
2 changes: 1 addition & 1 deletion argilla/docs/tutorials/text_classification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"If you have already deployed Argilla Server, you can skip this step. Otherwise, you can quickly deploy it in two different ways:\n",
"\n",
"* Remotely using a [HF Space](https://huggingface.co/new-space?template=argilla/argilla-template-space). ⚠️ If persistent storage is not enabled, you will lose your data when the server is stopped.\n",
"* Locally using Docker: `docker run -d --name quickstart -p 6900:6900 argilla/argilla-quickstart:latest`"
"* Locally using Docker: `docker run -d --name quickstart -p 6900:6900 argilla/argilla-quickstart:v2.0.0rc1`"
]
},
{
Expand Down

0 comments on commit 2d03e3b

Please sign in to comment.