Skip to content

Commit b1298b2

Browse files
calderastStephanie Crater
andauthored
Add option for extra docker args to tfb script (#7977)
Co-authored-by: Stephanie Crater <[email protected]>
1 parent e0cb325 commit b1298b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tfb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,4 @@ fi
103103

104104
test -t 1 && USE_TTY="-t"
105105
docker build -t techempower/tfb - < ${SCRIPT_ROOT}/Dockerfile
106-
exec docker run -i ${USE_TTY} --rm --network tfb -v /var/run/docker.sock:/var/run/docker.sock -v ${SCRIPT_ROOT}:/FrameworkBenchmarks techempower/tfb "${@}"
106+
exec docker run -i ${USE_TTY} ${EXTRA_DOCKER_ARGS} --rm --network tfb -v /var/run/docker.sock:/var/run/docker.sock -v ${SCRIPT_ROOT}:/FrameworkBenchmarks techempower/tfb "${@}"

0 commit comments

Comments
 (0)