Skip to content

Commit

Permalink
Add ML packages
Browse files Browse the repository at this point in the history
  • Loading branch information
oshadura committed Feb 7, 2023
1 parent 42e23e2 commit 34e7c89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile.cc-analysis-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ RUN pip install --no-cache-dir \
func-adl-uproot \
dask_jobqueue==0.7.3 \
tornado==6.2 \
dask-ml \
mlflow \
aiostream

# REMOVE ME AFTER TEST:
Expand Down
3 changes: 3 additions & 0 deletions docker/Dockerfile.cc-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ RUN pip install --no-cache-dir \
descartes==1.1.0 \
# JSON processor
jq \
# ML packages
dask-ml \
mlflow \
# coffea casa jobqueue modules
coffea_casa -U

Expand Down

0 comments on commit 34e7c89

Please sign in to comment.