Skip to content

Commit

Permalink
docker: install dev dependencies (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung authored May 9, 2024
1 parent 13c962f commit c8d5d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ RUN mkdir docs && \
cp -a .src/ffsim/docs docs/ffsim

# Pip install ffsim
RUN pip install -e .src/ffsim
RUN pip install -e ".src/ffsim[dev]"

0 comments on commit c8d5d49

Please sign in to comment.