You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I am running docker run with all details, it is giving me this error, whether in the application, when submitting new problem, or directly running as a command inside terminal.
docker run --rm -v="C:\Users\sahil\OneDrive\Desktop\node-projects\Online-judge\judge\submissions\65bd6371ed6e2357f4b014ad\solution.java":/solution.java -v="C:\Users\sahil\OneDrive\Desktop\node-projects\Online-judge\judge\submissions\65bd6371ed6e2357f4b014ad\testcase.txt":/testcase.txt -v="C:\Users\sahil\OneDrive\Desktop\node-projects\Online-judge\judge\submissions\65bd6371ed6e2357f4b014ad\output.txt":/output.txt -v="C:\Users\sahil\OneDrive\Desktop\node-projects\Online-judge\judge\submissions\65bd6371ed6e2357f4b014ad\timeMemory.txt":/timeMemory.txt online-judge java ./output.txt ./timeMemory.txt 1 100
./run.sh: line 53: : No such file or directory
./run.sh: line 72: : No such file or directory
./run.sh: line 73: : No such file or directory
Even after using linux changes inside docker, it is giving still error as it couldn't find $1, $2, $3, $4 inside run.sh. Any ideas?
Whenever I am running docker run with all details, it is giving me this error, whether in the application, when submitting new problem, or directly running as a command inside terminal.
Can you help me out in this?
@meetpatel0963
The text was updated successfully, but these errors were encountered: