Skip to content

Commit 2d03e3b

Browse files
committed
Merge branch 'develop' into releases/2.0.0-rc1
2 parents f154e7c + d5f1e23 commit 2d03e3b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

argilla/docs/getting_started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you have already deployed Argilla Server, you can skip this step. Otherwise,
2323
* Locally with Docker.
2424

2525
```console
26-
docker run -d --name quickstart -p 6900:6900 argilla/argilla-quickstart:latest
26+
docker run -d --name quickstart -p 6900:6900 argilla/argilla-quickstart:v2.0.0rc1
2727
```
2828

2929
## Connect to the Argilla server

argilla/docs/getting_started/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If you have already deployed Argilla Server, you can skip this step. Otherwise,
2727
* Locally using Docker.
2828

2929
```console
30-
docker run -d --name quickstart -p 6900:6900 argilla/argilla-quickstart:latest
30+
docker run -d --name quickstart -p 6900:6900 argilla/argilla-quickstart:v2.0.0rc1
3131
```
3232

3333
### Connect to the Argilla server

argilla/docs/tutorials/text_classification.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"If you have already deployed Argilla Server, you can skip this step. Otherwise, you can quickly deploy it in two different ways:\n",
4444
"\n",
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",
46-
"* Locally using Docker: `docker run -d --name quickstart -p 6900:6900 argilla/argilla-quickstart:latest`"
46+
"* Locally using Docker: `docker run -d --name quickstart -p 6900:6900 argilla/argilla-quickstart:v2.0.0rc1`"
4747
]
4848
},
4949
{

0 commit comments

Comments
 (0)