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 Jan 28, 2024
1 parent 1bcf6d3 commit 08731e7
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 @@ -102,6 +102,7 @@ RUN pip install pandas==1.5.3
RUN pip install scikit-learn==1.2.1
RUN pip install tqdm==4.64.1
RUN pip install -e git+https://github.com/fbcotter/[email protected]#egg=dataset_loading
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 08731e7

Please sign in to comment.