Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
| FROM argilla/argilla-quickstart:latest | |
| # Install dependencies for backup script (uses REST API, no argilla client needed) | |
| RUN pip install --no-cache-dir huggingface_hub | |
| # Copy backup script and custom startup | |
| COPY backup_to_hub.py /home/argilla/backup_to_hub.py | |
| COPY --chmod=755 start.sh /home/argilla/start.sh | |
| # Copy custom Procfile that adds backup process | |
| COPY Procfile /home/argilla/Procfile | |