diff --git a/opendevin/sandbox/docker/ssh_box.py b/opendevin/sandbox/docker/ssh_box.py index 0365932511..ccca2b69ca 100644 --- a/opendevin/sandbox/docker/ssh_box.py +++ b/opendevin/sandbox/docker/ssh_box.py @@ -386,11 +386,6 @@ class DockerSSHBox(Sandbox): 'bind': SANDBOX_WORKSPACE_DIR, 'mode': 'rw' }, - # mount cache directory to /home/opendevin/.cache for pip cache reuse - config.get('CACHE_DIR'): { - 'bind': '/home/opendevin/.cache' if RUN_AS_DEVIN else '/root/.cache', - 'mode': 'rw' - }, }, ) logger.info('Container started')