Skip to content

Commit a471350

Browse files
authored
Merge pull request Xilinx#966 from iksnagreb/deps/pyyaml
[Deps] Add "pyyaml==6.0.1" dependency to Dockerfile
2 parents e486c03 + 88053fd commit a471350

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile.finn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ RUN pip install pytest-metadata==1.7.0
118118
RUN pip install pytest-html==3.0.0
119119
RUN pip install pytest-html-merger==0.0.8
120120
RUN pip install pytest-cov==4.1.0
121+
RUN pip install pyyaml==6.0.1
121122

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

0 commit comments

Comments
 (0)