Spaces:
Runtime error
Runtime error
nroggendorff
commited on
Commit
•
f5f515b
1
Parent(s):
9f2c73c
Merge when ready Y9=8qM*;
Browse files- Dockerfile +4 -4
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM nroggendorff/train-llama:latest
|
2 |
-
RUN jq '.init = 0 | ."instruct-finetune-bool" = false' config.json > temp.json && \
|
3 |
-
|
4 |
-
|
|
|
1 |
+
FROM nroggendorff/train-llama:latest
|
2 |
+
RUN jq '.init = 0 | ."instruct-finetune-bool" = false' config.json > temp.json && \
|
3 |
+
mv temp.json config.json && \
|
4 |
+
chown -R user:user config.json
|