toto10's picture
Upload folder using huggingface_hub (#4)
ea35075
raw
history blame
154 Bytes
#!/bin/bash
echo "export GPG_TTY=\$(tty)" >> ~/.bashrc
sudo chown vscode:vscode .venv
pipenv install
sudo chown vscode:vscode node_modules
pnpm install