leetcode / on_startup.sh
justest's picture
Update on_startup.sh
25ad68c
raw
history blame
331 Bytes
#!/bin/bash
# Write some commands here that will run on root user before startup.
# For example, to clone transformers and install it in dev mode:
# git clone https://github.com/huggingface/transformers.git
# cd transformers && pip install -e ".[dev]"
npm i -g tsx http-server miniflare@2
sudo chown -R 1000:1000 "/home/user/.npm"