nroggendorff commited on
Commit
a170c73
·
verified ·
1 Parent(s): f572853

Merge when ready Sp<s8*w\ (#25)

Browse files

- Merge when ready Sp<s8*w\ (fd412ebb4362a2f14075fe6be8bcf0c56a4e7196)

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