Skip to content

Commit

Permalink
container: Copy pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Aug 29, 2024
1 parent c0f2809 commit 1a3e2f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ ENV VIRTUAL_ENV "/root/.venvs/snitch_cluster"
RUN /opt/python/bin/python3 -m venv ${VIRTUAL_ENV}
ENV PATH="${VIRTUAL_ENV}/bin:${PATH}"
# Install Python requirements
COPY pyproject.toml .
RUN pip install .[docs]

# Add Verilator to PATH
Expand Down

0 comments on commit 1a3e2f3

Please sign in to comment.