Skip to content

Commit

Permalink
docs: Update rc refs in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon committed Jul 4, 2024
1 parent 0e2a195 commit 083c0f0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions argilla/docs/getting_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ If you have already deployed Argilla Server, you can skip this step. Otherwise,
* Using a [HF Space](https://huggingface.co/new-space?template=argilla/argilla-template-space).

!!! note
As this is a release candidate version, you'll need to manually change the version in the HF Space Files > Dockerfile to `argilla/argilla-quickstart:v2.0.0rc1`.
As this is a release candidate version, you'll need to manually change the version in the HF Space Files > Dockerfile to `argilla/argilla-quickstart:v2.0.0rc2`.

* Locally with Docker.

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

## Connect to the Argilla server
Expand Down
4 changes: 2 additions & 2 deletions argilla/docs/getting_started/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ If you have already deployed Argilla Server, you can skip this step. Otherwise,
* Remotely using a [HF Space](https://huggingface.co/new-space?template=argilla/argilla-template-space).

!!! note
As this is a release candidate version, you'll need to manually change the version in the HF Space Files > Dockerfile to `argilla/argilla-quickstart:v2.0.0rc1`.
As this is a release candidate version, you'll need to manually change the version in the HF Space Files > Dockerfile to `argilla/argilla-quickstart:v2.0.0rc2`.

* Locally using Docker.

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

### Connect to the Argilla server
Expand Down
4 changes: 2 additions & 2 deletions argilla/docs/tutorials/text_classification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
"* 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",
"\n",
"!!! note\n",
" As this is a release candidate version, you'll need to manually change the version in the HF Space Files > Dockerfile to `argilla/argilla-quickstart:v2.0.0rc1`.\n",
" As this is a release candidate version, you'll need to manually change the version in the HF Space Files > Dockerfile to `argilla/argilla-quickstart:v2.0.0rc2`.\n",
"\n",
"* Locally using Docker: `docker run -d --name quickstart -p 6900:6900 argilla/argilla-quickstart:v2.0.0rc1`"
"* Locally using Docker: `docker run -d --name quickstart -p 6900:6900 argilla/argilla-quickstart:v2.0.0rc2`"
]
},
{
Expand Down

0 comments on commit 083c0f0

Please sign in to comment.