Skip to content

Commit

Permalink
Adding pandas to container
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Williamson committed Nov 27, 2024
1 parent 324d4c4 commit 207ec95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ RUN pip3 install \
# For cocotb
RUN pip3 install \
coverage \
vhdeps
vhdeps \
pandas

# Create config file for dls-rootfs
RUN bash scripts/config-file-rootfs.sh
Expand Down

0 comments on commit 207ec95

Please sign in to comment.