Update ssh_box.py (#1346)

This commit is contained in:
Robert Brennan 2024-04-24 18:30:05 -04:00 committed by GitHub
parent 6972ea0089
commit bc84482c48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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')