File size: 192 Bytes
0df0ebc
 
 
 
1
2
3
4
FROM nroggendorff/train-llama:latest 
RUN jq '.init = 0 | ."instruct-finetune-bool" = false' config.json > temp.json && \ 
    mv temp.json config.json && \ 
    chown -R user:user config.json