Skip to content

Commit

Permalink
Merge pull request mlcommons#484 from GATEOverflow/mlperf-inference
Browse files Browse the repository at this point in the history
Added google dns to mlperf-inference docker
  • Loading branch information
arjunsuresh authored Nov 5, 2024
2 parents 4c4bec4 + c3a111d commit d99cfe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/app-mlperf-inference/_cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1675,7 +1675,7 @@ docker:
skip_run_cmd: 'no'
shm_size: '32gb'
interactive: True
extra_run_args: ' --ulimit memlock=-1 --cap-add SYS_ADMIN --cap-add SYS_TIME --security-opt apparmor=unconfined --security-opt seccomp=unconfined'
extra_run_args: ' --dns 8.8.8.8 --dns 8.8.4.4 --ulimit memlock=-1 --cap-add SYS_ADMIN --cap-add SYS_TIME --security-opt apparmor=unconfined --security-opt seccomp=unconfined'
os: ubuntu
cm_repo: mlcommons@cm4mlops
cm_repo_branch: mlperf-inference
Expand Down

0 comments on commit d99cfe3

Please sign in to comment.