Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
•
581f350
1
Parent(s):
a0b78e2
Upgrade to v1.11.0 (#7)
Browse files- Upgrade to `v1.11.0` (6c88d155526c5f3e4790dcfc7fbbe56f1d2c3b6e)
- Fix `password` in `README.md` (d5cf6b730ff0e92e85aaf56fb6517792b9fc4260)
Co-authored-by: Alvaro Bartolome <alvarobartt@users.noreply.huggingface.co>
- Dockerfile +1 -1
- README.md +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM argilla/argilla-quickstart:v1.
|
2 |
|
3 |
|
4 |
# Define datasets to preload: full=all datasets, single=one dataset, and none=no datasets.
|
|
|
1 |
+
FROM argilla/argilla-quickstart:v1.11.0
|
2 |
|
3 |
|
4 |
# Define datasets to preload: full=all datasets, single=one dataset, and none=no datasets.
|
README.md
CHANGED
@@ -15,4 +15,4 @@ This is the Argilla Space Template you can use to deploy and run your own instan
|
|
15 |
Login with:
|
16 |
|
17 |
user: argilla
|
18 |
-
password:
|
|
|
15 |
Login with:
|
16 |
|
17 |
user: argilla
|
18 |
+
password: 12345678
|