CoolFace
Apppublic

phpmypython/f1-analysis

sourceHugging Facegpl-3.0updated 2y agoView on Hugging Face
0likes
on_startup.sh5 linesDownload Raw Back to root
1#!/bin/bash2# 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.git5# cd transformers && pip install -e ".[dev]"