We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc0588d commit b611e49Copy full SHA for b611e49
Docker/Evaluate.Dockerfile
@@ -33,4 +33,4 @@ USER bigcodebenchuser
33
34
ENTRYPOINT ["python3", "-m", "bigcodebench.evaluate"]
35
36
-CMD ["sh", "-c", "pids=$(ps -u $(id -u) -o pid,comm | grep '^ *[0-9]\\+ bigcodebench' | awk '{print $1}'); if [ -n \"$pids\" ]; then echo $pids | xargs kill; fi; rm -rf /tmp/*"]
+CMD ["sh", "-c", "pids=$(ps -u $(id -u) -o pid,comm | grep '^ *[0-9]\\+ bigcodebench' | awk '{print $1}'); if [ -n \"$pids\" ]; then echo $pids | xargs -r kill; fi; rm -rf /tmp/*"]
0 commit comments