nroggendorff commited on
Commit
0b54462
·
verified ·
1 Parent(s): 7ba5af5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ USER root
5
  ARG CONFIG="config.json"
6
 
7
  RUN tmp=$(mktemp) && \
8
- jq '.init = 1 | .instruct-finetune-bool = false' "${CONFIG}" > "$tmp" && \
9
  mv "$tmp" "${CONFIG}"
10
  RUN chown -R user:user config.json
11
 
 
5
  ARG CONFIG="config.json"
6
 
7
  RUN tmp=$(mktemp) && \
8
+ jq '.init = 1 | ."instruct-finetune-bool" = false' "${CONFIG}" > "$tmp" && \
9
  mv "$tmp" "${CONFIG}"
10
  RUN chown -R user:user config.json
11