Spark-Notebooks / on_startup.sh
lhoestq's picture
lhoestq HF Staff
new portal and notebook with pyspark_huggingface
89ba779
raw
history blame contribute delete
252 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]"