instructlab / sdg

Python library for Synthetic Data Generation
Apache License 2.0
5 stars 13 forks source link

e2e: Fix permissions error #51

Closed russellb closed 3 days ago

russellb commented 3 days ago

Something changed in the underlying image where this command now caused a failure on a permissions error. The output was helpful at some point during debugging so I'm leaving it in place, but running it with sudo to avoid the permissions error.

Signed-off-by: Russell Bryant rbryant@redhat.com

russellb commented 3 days ago

This change fixed the same error in instructlab/instructlab and it's a trivial change, so I'm just going to merge it to unblock running this job on other PRs