Goetz
Goetz
I have a similar problem. I used this guide here (https://docs.all-hands.dev/modules/usage/how-to/custom-sandbox-guide) to create an image. Starting OpenHands with this image like this: ``` export WORKSPACE_BASE=$(pwd)/workspace docker run -it --pull=never \...
@mamoodi, thank you for your input. Unfortunately, it does not work. First, I did not find a tag `main`. My docker could not download it: ``` docker: Error response from...
I don't know. I have not found any setting. But for those, this addition to the readme could help. If someone knows the settings or config, I'll be very happy...
Great Idea, I will update my PR, probably tomorrow. THX for your ideas
The first draft show a way to install toolchain and components, but for `rustfmt` this way is *wrong*, as I have learnd. Since there is a `rust-toolchain`-file, one should use...
Well. All my previous efforts did not resolve the root cause, the corrupt toolchain. In an attempt to solve the compile error I had overridden the toolchain with `rustup override...