mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
Update ssh_box.py (#1346)
This commit is contained in:
parent
6972ea0089
commit
bc84482c48
@ -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')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user