google-research / google-research/android_world
docker restarted container failed
- Dominant language
- Python
- Stars
- 906
- Forks
- 186
- Avg merge
- 1h 21m
- Merged PRs (30d)
- 1
Description
I just build docker image and run container, it success one time.
But when I restarted docker container, it failed with below error logs:
$sudo docker run --privileged -p 6000:5000 -it android_world:latest
* daemon not running; starting now at tcp:5037
* daemon started successfully
linux-gnu: emulator @Pixel_6_API_33 -no-window -no-snapshot -no-boot-anim -memory 2048 -accel on -grpc 8554 -gpu off
nohup: appending output to 'nohup.out'
==> Checking emulator booting up status 🧐
==> Timeout after 300 seconds elapsed 🕛.. wait ⠦
adb: no devices/emulators found
adb: no devices/emulators found
adb: no devices/emulators found
adb: no devices/emulators found
adb: unable to connect for root: no devices/emulators found
I just checked kvm on my mahcine, it seems to be as the expected.
$egrep -c '(vmx|svm)' /proc/cpuinfo
208
$ls -l /dev/kvm
crw-rw-rw- 1 root kvm 10, 232 Jun 27 14:49 /dev/kvm
How can i ifx it? Thanks.
Contributor guide
Assessment
This issue has not been assessed yet.