tang minghao commited on
Update entrypoint.sh
Browse files- entrypoint.sh +3 -1
entrypoint.sh
CHANGED
|
@@ -1,3 +1,5 @@
|
|
| 1 |
#!/bin/bash
|
| 2 |
|
| 3 |
-
whoami
|
|
|
|
|
|
|
|
|
| 1 |
#!/bin/bash
|
| 2 |
|
| 3 |
+
whoami
|
| 4 |
+
|
| 5 |
+
ping -c 1 huggingface.co
|