AidLearning-FrameWork
AidLearning-FrameWork copied to clipboard
how to mount proc?
Error: /proc must be mounted
To mount /proc at boot you need an /etc/fstab line like:
proc /proc proc defaults
In the meantime, run "mount proc /proc -t proc"
./install.sh: line 9: 22179 Illegal instruction ./yyets_node > ./log/yyets_node.log 2>&1
Error: /proc must be mounted
To mount /proc at boot you need an /etc/fstab line like:
proc /proc proc defaults
In the meantime, run "mount proc /proc -t proc"
how to mount proc?
This is because you do not have root permission, so you cannot mount proc,maybe have some solutions to cheate the system to mount. we will try ...
This is just a request: hi i was wondering if you guys can add more kernels to jupyter, like octave, java script and R kernels. This will be highly appriciated as it can help some of is to keep working on our task when we are on the move. thanks kind regards
Java has been supported by jupyter on AidLearning. Please refer to: https://www.yuque.com/glg1kx/aidlearning/acghe9
There is another project called proot-distro, which faked a /proc by writing some fake information and bind them to the proot system. You might get some help from that.