Spaces:
Sleeping
Sleeping
Commit ·
358fe04
1
Parent(s): 38e0d0e
Update on_startup.sh
Browse files- on_startup.sh +0 -1
on_startup.sh
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
#!/bin/bash
|
| 2 |
-
echo "root:toor" | sudo chpasswd
|
| 3 |
# Write some commands here that will run on root user before startup.
|
| 4 |
# For example, to clone transformers and install it in dev mode:
|
| 5 |
# git clone https://github.com/huggingface/transformers.git
|
|
|
|
| 1 |
#!/bin/bash
|
|
|
|
| 2 |
# Write some commands here that will run on root user before startup.
|
| 3 |
# For example, to clone transformers and install it in dev mode:
|
| 4 |
# git clone https://github.com/huggingface/transformers.git
|