Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
|
@@ -1,5 +1,3 @@
|
|
| 1 |
FROM nroggendorff/train-llama:latest
|
| 2 |
RUN apt update && apt install -y jq
|
| 3 |
-
RUN jq '.init = 0 | ."instruct-finetune-bool" = false' config.json >
|
| 4 |
-
mv temp.json config.json && \
|
| 5 |
-
chown -R user:user config.json
|
|
|
|
| 1 |
FROM nroggendorff/train-llama:latest
|
| 2 |
RUN apt update && apt install -y jq
|
| 3 |
+
RUN jq '.init = 0 | ."instruct-finetune-bool" = false' config.json > config.json
|
|
|
|
|
|