Skip to content

Commit 8ee021e

Browse files
authored
Fixing typo in script (#7923)
1 parent d45da99 commit 8ee021e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/common/gen_qa_custom_ops

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ echo -e "\033[34m[ INFO ] - Running: $TFSCRIPT \033[0m "
156156

157157
docker run \
158158
--rm \
159-
--label RUNNER_ID=$$RUNNER_ID \
159+
--label RUNNER_ID=$RUNNER_ID \
160160
--label PROJECT_NAME=$PROJECT_NAME \
161161
$DOCKER_GPU_ARGS \
162162
-v $DOCKER_VOLUME:/mnt \

0 commit comments

Comments
 (0)