train-llama / Dockerfile
nroggendorff's picture
Merge when ready Pfl~_@@Q
0df0ebc verified
raw
history blame
192 Bytes
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