Skip to content

Commit

Permalink
[test] Add back one more of the patches of bbockelm
Browse files Browse the repository at this point in the history
  • Loading branch information
oshadura committed Dec 1, 2023
1 parent 1928087 commit c533e61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.cc-analysis-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ RUN groupadd -r condor && \
# Distributed: we need to install patched version of distributed version
COPY dask/distributed /opt/conda/lib/python3.9/site-packages/distributed
RUN cd /opt/conda/lib/python3.9/site-packages/distributed && \
# patch -p2 < 0001-Patch-from-bbockelman-adaptive-scaling.patch && \
patch -p2 < 0001-Patch-from-bbockelman-adaptive-scaling.patch && \
patch -p2 < 0002-Allow-scheduler-to-preserve-worker-hostnames.patch
# && patch -p2 < 0003-Activate-patch.patch
# && patch -p2 < 0004-Add-possibility-to-setup-external_adress-for-schedul.patch
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.cc-base-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ USER root
# Distributed: we need to install patched version of distributed version
COPY dask/distributed ${CONDA_DIR}/lib/python3.9/site-packages/distributed
RUN cd ${CONDA_DIR}/lib/python3.9/site-packages/distributed && \
# patch -p2 < 0001-Patch-from-bbockelman-adaptive-scaling.patch && \
patch -p2 < 0001-Patch-from-bbockelman-adaptive-scaling.patch && \
patch -p2 < 0002-Allow-scheduler-to-preserve-worker-hostnames.patch
# && patch -p2 < 0003-Activate-patch.patch
# && patch -p2 < 0004-Add-possibility-to-setup-external_adress-for-schedul.patch
Expand Down

0 comments on commit c533e61

Please sign in to comment.