Spaces:
Runtime error
Runtime error
Update entrypoint.sh
Browse files- entrypoint.sh +2 -2
entrypoint.sh
CHANGED
@@ -7,8 +7,8 @@ echo "Not checking h100 -- already know it's not there."
|
|
7 |
echo "Attempting to run."
|
8 |
#if [[ $? = 0 ]]; then
|
9 |
|
10 |
-
touch attempts.txt
|
11 |
-
touch failed_attempts.txt
|
12 |
# For each line in the requests dataset....
|
13 |
python /parse_requests.py | while read -r line; do
|
14 |
# Read the name of the model and the experiment.
|
|
|
7 |
echo "Attempting to run."
|
8 |
#if [[ $? = 0 ]]; then
|
9 |
|
10 |
+
touch /app/attempts.txt
|
11 |
+
touch /app/failed_attempts.txt
|
12 |
# For each line in the requests dataset....
|
13 |
python /parse_requests.py | while read -r line; do
|
14 |
# Read the name of the model and the experiment.
|