Cannot 'Start the Evaluation Container'

Hello, I followed the github to setup the environment. At “Step 2 Start the Evaluation Container”, it shows error as attached img.

Can anyone help? Thanks~

aic/docs/getting_started.md at main · intrinsic-dev/aic · GitHub

You’re not in the docker container.

Run this:
```
distrobox enter -r aic_eval
```

1 Like

Thanks, Rocky. Run ‘sudo mount --make-rshared /’ before ‘distrobox enter -r aic_eval’ would solve the problem. Thx anyway!

1 Like