Skip to content

Commit

Permalink
docs: remove some references to quickstart docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcalvo committed Jul 30, 2024
1 parent c7d9733 commit 5e9bad5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion argilla-server/docker/argilla-hf-spaces/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN \
apt-get update && apt-get install -y elasticsearch=8.8.2 && \
chown -R argilla:argilla /usr/share/elasticsearch /etc/elasticsearch /var/lib/elasticsearch /var/log/elasticsearch && \
chown argilla:argilla /etc/default/elasticsearch && \
# Install quickstart image dependencies
# Install image dependencies
pip install -r /packages/requirements.txt && \
chmod +x /home/argilla/start.sh && \
chmod +x /home/argilla/start_argilla_server.sh && \
Expand Down
6 changes: 3 additions & 3 deletions argilla/docs/how_to_guides/workspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ A **workspace** is a *space* inside your Argilla instance where authorized users

Argilla provides a default workspace to help you get started in Python and the UI. The name of this workspace varies depending on the server configuration.

| Environment | Name |
| Environment | Name |
|-------------------------------|----------|
| Quickstart Docker and HF Space | admin |
| Docker and HF Spaces | admin |
| Server image | argilla |

!!! info "Main Class"
Expand Down Expand Up @@ -172,4 +172,4 @@ client = rg.Argilla(api_url="<api_url>", api_key="<api_key>")
workspace_to_delete = client.workspaces("my_workspace")

deleted_workspace = workspace_to_delete.delete()
```
```
2 changes: 1 addition & 1 deletion argilla/docs/reference/argilla-server/telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The following usage and error information is reported:
* The system’s release version, e.g. `Darwin Kernel Version 21.5.0: Tue Apr 26 21:08:22 PDT 2022; root:xnu-8020`
* The machine type, e.g. `AMD64`
* The underlying platform spec with as much useful information as possible. (eg. `macOS-10.16-x86_64-i386-64bit`)
* The type of deployment: `quickstart` or `server`
* The type of deployment: `huggingface_space` or `server`
* The dockerized deployment flag: `True` or `False`


Expand Down

0 comments on commit 5e9bad5

Please sign in to comment.