How to run ML/DL model on remote GPU server in Jupyter notebook
If your AWS, Azure or any other remote server has GPU, you would like to run you model on them. Maybe tensorflow, keras, or sklean. Just follow these steps: Step 1 Install Docker and Cuda driver on your server. Step 2 Run tensorflow and jupyter container on your server. docker run -p 8888:8888 quay.io/jupyter/s…