nroggendorff commited on
Commit
192718e
·
verified ·
1 Parent(s): 4dafd93

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM nroggendorff/train-llama:latest
2
  ENV PATH="/home/user/.local/bin:$PATH"
3
 
4
- RUN chmod -R /app
5
 
6
  # RUN apt update && apt install -y jq
7
  # RUN jq '.init = 0 | ."instruct-finetune-bool" = false' config.json > config.json
 
1
  FROM nroggendorff/train-llama:latest
2
  ENV PATH="/home/user/.local/bin:$PATH"
3
 
4
+ RUN chmod -R 777 /app
5
 
6
  # RUN apt update && apt install -y jq
7
  # RUN jq '.init = 0 | ."instruct-finetune-bool" = false' config.json > config.json