I try to download scenarios by using "armory download". It works if I do not use "--no-docker" flag. But if I use --no-docker flag, I got the Segmentation fault as shown below:
sudo python3 armory download /armory-example/scenario_download_configs/scenarios-set1.json --no-docker
2020-07-07 14:23:50 lambda-dual armory.main[5060] INFO Downloading requested datasets and model weights in host mode...
2020-07-07 14:23:50.849063: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcudart.so.10.0
Segmentation fault
System is Ubuntu 18.04.4 LTS
Armory version: 0.10.0
I hope someone could help me to figure out what is going on here. Thank you!
Hello,
I try to download scenarios by using "armory download". It works if I do not use "--no-docker" flag. But if I use --no-docker flag, I got the Segmentation fault as shown below: sudo python3 armory download /armory-example/scenario_download_configs/scenarios-set1.json --no-docker 2020-07-07 14:23:50 lambda-dual armory.main[5060] INFO Downloading requested datasets and model weights in host mode... 2020-07-07 14:23:50.849063: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcudart.so.10.0 Segmentation fault
System is Ubuntu 18.04.4 LTS Armory version: 0.10.0
I hope someone could help me to figure out what is going on here. Thank you!