Merge when ready Sp<s8*w\

#25
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM nroggendorff/train-llama:latest
2
 
3
  ARG CONFIG="config.json"
4
  RUN tmp=$(mktemp) && \
5
- jq '.init = 0 | ."instruct-finetune-bool" = true' "${CONFIG}" > "$tmp" && \
6
  mv "$tmp" "${CONFIG}"
7
  RUN chown -R user:user config.json
8
 
 
2
 
3
  ARG CONFIG="config.json"
4
  RUN tmp=$(mktemp) && \
5
+ jq '.init = 0 | ."instruct-finetune-bool" = false' "${CONFIG}" > "$tmp" && \
6
  mv "$tmp" "${CONFIG}"
7
  RUN chown -R user:user config.json
8