Skip to content

Commit

Permalink
Remove servicex and servicex-databinder for test
Browse files Browse the repository at this point in the history
  • Loading branch information
oshadura committed Nov 16, 2023
1 parent c006dc4 commit 40ecd6b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
7 changes: 2 additions & 5 deletions docker/Dockerfile.cc-analysis-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -108,16 +108,13 @@ RUN mamba install --yes \
RUN pip install --no-cache-dir \
aiostream \
supervisor \
servicex-clients \
servicex-databinder \
correctionlib \
funcx \
pyyaml \
dask_jobqueue==0.7.3 \
tornado==6.2 \
comm>=0.1.2 \
# ML packages
dask-ml \
prometheus_client \
comm>=0.1.2 \
mlflow

RUN if [[ -z "$DEV" ]] ; then pip install --no-cache-dir coffea_casa -U ; else pip install --no-cache-dir git+https://github.com/CoffeaTeam/coffea-casa.git#egg=coffea_casa; fi
Expand Down
2 changes: 0 additions & 2 deletions docker/Dockerfile.cc-base-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,6 @@ RUN mamba install --yes \
RUN pip install --no-cache-dir \
aiostream \
tenacity \
servicex-clients \
servicex-databinder \
correctionlib \
funcx \
pyyaml \
Expand Down
3 changes: 0 additions & 3 deletions docker/Dockerfile.cc-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ ENV SCHEDD_HOST=$SCHEDD_HOST

USER ${NB_USER}
RUN pip install --no-cache-dir \
dask_jobqueue==0.7.3 \
servicex-clients \
servicex-databinder \
correctionlib \
funcx \
pyyaml \
Expand Down

0 comments on commit 40ecd6b

Please sign in to comment.