This repository has been archived on 2022-07-15. You can view files and clone it, but cannot push or open issues or pull requests.
mmp-osp1/terraform/google/startup_script.sh

6 lines
No EOL
210 B
Bash

#!/bin/bash
useradd -m -G sudo -s /bin/bash noble
mkdir /home/noble/.ssh
echo "${SSH_PUBLIC_KEY}" > /home/noble/.ssh/authorized_keys
apt update -y && apt install -y tmux
bash /opt/deeplearning/install-driver.sh