Skip to content

Commit 43646ae

Browse files
committed
added hist
1 parent b8a8810 commit 43646ae

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docker/Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,11 @@ ENV PATH="/usr/share/DJC/DeepJetCore/bin:${PATH}"
8787

8888
RUN cd /usr/share/DJC/DeepJetCore/testing/unit && \
8989
python3 test.py
90+
91+
### ad hoc additions to be moved towards base image in the future
92+
RUN pip3 install hist
93+
94+
95+
9096

9197

0 commit comments

Comments
 (0)