DSVM WSL2 Documentation
DSVM WSL2 Documentation
DSVM WSL2 Documentation
sudo visudo
username ALL=(ALL) NOPASSWD:ALL
ANACONDA SETUP:
Remove spyder
cd ~
curl -sL https://deb.nodesource.com/setup_16.x -o /tmp/nodesource_setup.sh
sudo bash /tmp/nodesource_setup.sh
sudo apt install nodejs
• Install JupyterHub:
[Unit]
Description=JupyterHub
After=syslog.target network.target
[Service]
User=root
Environment="PATH=/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/anaconda/bi
n"
ExecStart=/anaconda/bin/jupyterhub -f /anaconda/etc/jupyterhub/jupyterhub_config.py
[Install]
WantedBy=multi-user.target
Extensions:
DOCKER SETUP:
1. Update the apt package index and install packages to allow apt to use a repository over HTTPS:
4. Update the apt package index, and install the latest version of Docker Engine, containerd, and
Docker Compose, or go to the next step to install a specific version:
cudNN INSTALL