Skip to content

Commit

Permalink
[Automated Commit] Format Codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 5, 2025
1 parent 0f66a32 commit 0165cbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script/run-docker-container/customize.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ def postprocess(i):
for mounts in env['MLC_DOCKER_VOLUME_MOUNTS']:
mount_cmds.append(mounts)

if env.get('MLC_DOCKER_PASS_USER_GROUP', '') != '' and os_info['platform'] != 'windows':
if env.get('MLC_DOCKER_PASS_USER_GROUP',
'') != '' and os_info['platform'] != 'windows':
run_opts += " --group-add $(id -g $USER) "

if env.get('MLC_DOCKER_ADD_DEVICE', '') != '':
Expand Down

0 comments on commit 0165cbc

Please sign in to comment.