20.02.14 01:14 작성
·
161
0
./submit.sh: line 9: syntax error: unexpected end of file
submit 코드는 이렇게 나와있어요
export BACKEND_ACCESS_KEY=AKIAQWZD6A6Y5ZVOHSJR
export BACKEND_SECRET_KEY=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
if [ $# -eq 0 ]
then
echo "Please give hash key as argument."
else
backend.ai run --exec "python test.py basic_operations.py $1" python3 test.py basic_operations.py basic_opeartions_unit_test.py
fi
답변 5
0
0
0
0
0