Spaces:
Runtime error
Runtime error
File size: 139 Bytes
77f8535 |
1 2 3 4 5 6 7 |
FROM argilla/argilla-quickstart:latest
COPY load_data.py /
RUN pip install argilla[listeners]
CMD whoami && /start_quickstart_argilla.sh |