move chown step to behind add script in qlora Dockerfile
This commit is contained in:
parent
e184c480d2
commit
b8b923ed04
1 changed files with 2 additions and 2 deletions
|
|
@ -46,11 +46,11 @@ RUN mkdir -p /ipex_llm/data && mkdir -p /ipex_llm/model && \
|
|||
mv IPEX-LLM/python/llm/example/CPU/QLoRA-FineTuning/* . && \
|
||||
mkdir -p /GPU/LLM-Finetuning && \
|
||||
mv IPEX-LLM/python/llm/example/GPU/LLM-Finetuning/common /GPU/LLM-Finetuning/common && \
|
||||
rm -r IPEX-LLM && \
|
||||
chown -R mpiuser /ipex_llm
|
||||
rm -r IPEX-LLM
|
||||
|
||||
# for standalone
|
||||
COPY ./start-qlora-finetuning-on-cpu.sh /ipex_llm/start-qlora-finetuning-on-cpu.sh
|
||||
RUN chown -R mpiuser /ipex_llm
|
||||
|
||||
USER mpiuser
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue