From bc84482c48f5c18799d37189d6206f75388cb524 Mon Sep 17 00:00:00 2001 From: Robert Brennan Date: Wed, 24 Apr 2024 18:30:05 -0400 Subject: [PATCH] Update ssh_box.py (#1346) --- opendevin/sandbox/docker/ssh_box.py | 5 ----- 1 file changed, 5 deletions(-) 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')