Skip to content

Commit 1b17d08

Browse files
committed
Add g+w permissions to LMEval datasets folder in PVC
1 parent db4ff0c commit 1b17d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/model_explainability/lm_eval/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def lmeval_data_downloader_pod(
219219
{
220220
"name": "data",
221221
"image": request.param.get("image"),
222-
"command": ["/bin/sh", "-c", "cp -r /mnt/data/. /mnt/pvc/"],
222+
"command": ["/bin/sh", "-c", "cp -r /mnt/data/. /mnt/pvc/ && chmod -R g+w /mnt/pvc/datasets"],
223223
"securityContext": {
224224
"runAsUser": 1000,
225225
"runAsNonRoot": True,

0 commit comments

Comments
 (0)