dolor8946 commited on
Commit
2c0b7be
1 Parent(s): 34eacd3

Delete on_startup.sh

Browse files
Files changed (1) hide show
  1. on_startup.sh +0 -5
on_startup.sh DELETED
@@ -1,5 +0,0 @@
1
- #!/bin/bash
2
- # Write some commands here that will run on root user before startup.
3
- # For example, to clone transformers and install it in dev mode:
4
- # git clone https://github.com/huggingface/transformers.git
5
- # cd transformers && pip install -e ".[dev]"