diff --git a/scripts/run_dev/run_dev.py b/scripts/run_dev/run_dev.py index 3e8d0c2..631b47c 100755 --- a/scripts/run_dev/run_dev.py +++ b/scripts/run_dev/run_dev.py @@ -214,11 +214,6 @@ def get_docker_args(platform): "-v /tmp/.X11-unix:/tmp/.X11-unix", f"-v {shlex.quote(home_path)}/.Xauthority:/home/admin/.Xauthority:rw", ] - # Add existing bash config files - for config in get_existing_bash_configs(): - docker_args.append( - f"-v {shlex.quote(home_path)}/{config}:/home/admin/{config}:ro" - ) docker_args.extend([ "-e DISPLAY", "-e NVIDIA_VISIBLE_DEVICES=all",