Skip to content

Commit 083c0f0

Browse files
committed
docs: Update rc refs in docs
1 parent 0e2a195 commit 083c0f0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

argilla/docs/getting_started/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ If you have already deployed Argilla Server, you can skip this step. Otherwise,
1717
* Using a [HF Space](https://huggingface.co/new-space?template=argilla/argilla-template-space).
1818

1919
!!! note
20-
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`.
20+
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`.
2121

2222
* Locally with Docker.
2323

2424
```console
25-
docker run -d --name quickstart -p 6900:6900 argilla/argilla-quickstart:v2.0.0rc1
25+
docker run -d --name quickstart -p 6900:6900 argilla/argilla-quickstart:v2.0.0rc2
2626
```
2727

2828
## Connect to the Argilla server

argilla/docs/getting_started/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ If you have already deployed Argilla Server, you can skip this step. Otherwise,
2323
* Remotely using a [HF Space](https://huggingface.co/new-space?template=argilla/argilla-template-space).
2424

2525
!!! note
26-
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`.
26+
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`.
2727

2828
* Locally using Docker.
2929

3030
```console
31-
docker run -d --name quickstart -p 6900:6900 argilla/argilla-quickstart:v2.0.0rc1
31+
docker run -d --name quickstart -p 6900:6900 argilla/argilla-quickstart:v2.0.0rc2
3232
```
3333

3434
### Connect to the Argilla server

argilla/docs/tutorials/text_classification.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
"* 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",
4646
"\n",
4747
"!!! note\n",
48-
" 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",
48+
" 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",
4949
"\n",
50-
"* Locally using Docker: `docker run -d --name quickstart -p 6900:6900 argilla/argilla-quickstart:v2.0.0rc1`"
50+
"* Locally using Docker: `docker run -d --name quickstart -p 6900:6900 argilla/argilla-quickstart:v2.0.0rc2`"
5151
]
5252
},
5353
{

0 commit comments

Comments
 (0)