Skip to content

Commit

Permalink
Merge branch 'release/0.3' into v-yujiang/runner-split
Browse files Browse the repository at this point in the history
  • Loading branch information
cp5555 authored Sep 13, 2021
2 parents 8a670bd + 1f9de77 commit 3262251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superbench/runner/playbooks/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
{{ '--security-opt seccomp=unconfined --group-add video' if amd_gpu_exist else '' }} \
-w /root -v {{ workspace }}:/root -v /mnt:/mnt \
-v /var/run/docker.sock:/var/run/docker.sock \
{{ docker_image }} bash && \
--entrypoint /bin/bash {{ docker_image }} && \
docker exec {{ container }} bash -c \
"chown -R root:root ~ && \
sed -i 's/[# ]*Port.*/Port {{ ssh_port }}/g' /etc/ssh/sshd_config && \
Expand Down

0 comments on commit 3262251

Please sign in to comment.