.screenrc
.screenrcI can stop docker after put two commend.
> sudo systemctl stop docker
[sudo] password for mare:
Warning: Stopping docker.service, but it can still be activated by:
docker.socket
> sudo systemctl stop docker.socket
I hope it's helpful to you.
Thank you.
🙇🏻♂️
refer to bash code
.
..
thank you.
🙇🏻♂️
www.marearts.com
Following below step:
-------------
wget https://www.python.org/ftp/python/3.8.3/Python-3.8.3.tgz
tar xvf Python-3.8.3.tgz
cd Python-3.8*/
./configure --enable-optimizations
make altinstall
-------------
Try this one first:
pip install opencv-python--headless
or
install follow in case centos or aws linux docker
RUN yum install whatprovides libGL.so.1 -y
install follow in case linux docker
Thank you, Good luck!
*detach specific screen
screen -d name
/dev/sdb1: UUID="0687f976-6efe-4ac5-88dd-8fd863f8b8bf" TYPE="ext4" PARTUUID="1569f982-01"/dev/sda1: LABEL="cloudimg-rootfs" UUID="8ae3d910-2d2a-492d-8667-d0fa24e4d357" TYPE="ext4" PARTUUID="05ae307a-01"/dev/sdc1: UUID="e8abbf34-2cb2-471f-bac6-2a5caec81ad8" TYPE="ext4" PARTUUID="4c4db30a-01"
UUID=e8abbf34-2cb2-471f-bac6-2a5caec81ad8 /media/datadisk ext4 defults,nofail 0 2
mkvirtualenv env-py2 -p python2 #(or python3) workon env-py2 deactivate
sudo pip install virtualenv virtualenv env sourse env/bin/activate source deactivate
rmvirtualenv envname
#On the first, save pip freeze > requirements.txt
#On the second, install(note! after activating target env) pip install -r requirements.txt
lsvirtualenv -l
CUDA_GENERATION=Kepler
Add 3.2 in CUDA_ARCH_BINCUDA_ARCH_BIN = 3.2