Skip to content

Commit

Permalink
Fix editable installation (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
tscholak authored Nov 13, 2024
1 parent 2905d38 commit f4053af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN mkdir -m 777 /app/Megatron-LM /app/examples /app/fast_llm /app/tests /app/to

# Copy dependency files with universal write permissions for all users.
COPY --chmod=777 setup.py setup.cfg pyproject.toml ./
COPY --chmod=777 ./fast_llm/__init__.py fast_llm/
COPY --chmod=777 ./fast_llm/csrc/ fast_llm/csrc/

# Install dependencies within the virtual environment.
Expand Down

0 comments on commit f4053af

Please sign in to comment.