Spaces:
Runtime error
Runtime error
Commit
·
801778c
1
Parent(s):
4fb7496
update dockerfile
Browse files
start.sh
CHANGED
|
@@ -10,7 +10,7 @@ admin_password=$(htpasswd -nbB "" "$ADMIN_PASSWORD" | cut -d ":" -f 2 | tr -d "\
|
|
| 10 |
argilla_password=$(htpasswd -nbB "" "$ARGILLA_PASSWORD" | cut -d ":" -f 2 | tr -d "\n")
|
| 11 |
|
| 12 |
# Create users.yml file
|
| 13 |
-
cat >/packages/users.yml <<EOF
|
| 14 |
- username: "admin"
|
| 15 |
api_key: $ADMIN_API_KEY
|
| 16 |
full_name: Hugging Face
|
|
|
|
| 10 |
argilla_password=$(htpasswd -nbB "" "$ARGILLA_PASSWORD" | cut -d ":" -f 2 | tr -d "\n")
|
| 11 |
|
| 12 |
# Create users.yml file
|
| 13 |
+
sudo cat >/packages/users.yml <<EOF
|
| 14 |
- username: "admin"
|
| 15 |
api_key: $ADMIN_API_KEY
|
| 16 |
full_name: Hugging Face
|