Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
FROM nroggendorff/train-llama:latest
|
2 |
ENV PATH="/home/user/.local/bin:$PATH"
|
3 |
-
ENV HF_HOME="/home/user/.cache/huggingface"
|
4 |
|
5 |
# RUN apt update && apt install -y jq
|
6 |
# 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 apt update && apt install -y jq
|
5 |
# RUN jq '.init = 0 | ."instruct-finetune-bool" = false' config.json > config.json
|