Skip to content

Commit

Permalink
[Deps] Add "pyyaml==6.0.1" dependency to Dockefile
Browse files Browse the repository at this point in the history
  • Loading branch information
iksnagreb committed Apr 3, 2024
1 parent 766e9fb commit e5f65cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile.finn
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ RUN pip install pytest-metadata==1.7.0
RUN pip install pytest-html==3.0.0
RUN pip install pytest-html-merger==0.0.8
RUN pip install pytest-cov==4.1.0
RUN pip install pyyaml==6.0.1

# extra dependencies from other FINN deps
# installed in Docker image to make entrypoint script go faster
Expand Down

0 comments on commit e5f65cf

Please sign in to comment.