Spaces:
Runtime error
Runtime error
Update entrypoint.sh
Browse files- entrypoint.sh +1 -0
entrypoint.sh
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
#!/bin/bash
|
|
|
|
| 2 |
|
| 3 |
echo "Not checking h100 -- already know it's not there."
|
| 4 |
#python /check_h100.py
|
|
|
|
| 1 |
#!/bin/bash
|
| 2 |
+
HF_TOKEN = os.environ.get("DEBUG")
|
| 3 |
|
| 4 |
echo "Not checking h100 -- already know it's not there."
|
| 5 |
#python /check_h100.py
|