- Setup AMI Box for Ubuntu 16.04
- ssh into remote box
- Install Streamlit on remote AWS server
pip install streamlit
- Find AWS external IP
#allows selection of specific environment in Jupyter notebook
conda install ipykernel
python -m ipykernel install --user --name=<your_env_name> --display-name "Your Env Name"
conda install nb_conda
#example - setup spaCy environment, creating a kernelspec
#TODO - convert this into an installation script to help quickly setup the machine post installation | |
0. Time in Windows gets corrupted when dual boot with Ubuntu. (Note needed on 18.04 LTS) | |
First adjust hardware time in BIOS to UTC time | |
Windows will automatically recognise it and will display appropriate local time | |
For Ubuntu, update /etc/default/rcS and change line with UTC=no to UTC=yes, indicating that BOIS time is UTC. | |
Reboot - and check both systems. | |
0. Open Disks, and edit mount options for C and D drives. Remove check box for Mount at Startup and Show in user interface. Also disable Automatic mount. | |
0. To speed up ubuntu Updates select the best Server. |
Go here to get started: https://github.com/reshamas/fastai_deeplearn_part1/blob/master/tools/paperspace.md
See #1 last section on ssh public key setup
#to generate public/private key pair, once per ssh machine...
#accept defaults, enter password optionally
ssh-keygen
#fill in name of public key and public IP
scott@ksf16u:~$ lspci | grep -i vga
00:02.0 VGA compatible controller: Intel Corporation Skylake Integrated Graphics (rev 06)
scott@ksf16u:~$ lspci | grep -i 3D
02:00.0 3D controller: NVIDIA Corporation GM107M [GeForce GTX 960M] (rev a2)