Skip to content

Commit

Permalink
chown files when copying
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragjn committed Jan 17, 2024
1 parent 9a9af2c commit a71416f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-notebook
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ RUN pip install -U pip wheel setuptools && \
pip install --no-cache-dir -U -r /tmp_home/jovyan/llm-finetune/notebook-requirements.txt && \
pip install --no-cache-dir --no-build-isolation -U -r /tmp_home/jovyan/llm-finetune/post-pytorch-requirements.txt
ENV JUPYTER_APP_LAUNCHER_PATH=/home/jovyan/llm-finetune/.jp_app_launcher/
COPY . /tmp_home/jovyan/llm-finetune/
COPY --chown=jovyan:users . /tmp_home/jovyan/llm-finetune/

0 comments on commit a71416f

Please sign in to comment.