Skip to content

Commit

Permalink
Adapting scaling restarting and closing workers, testing if Brian pat…
Browse files Browse the repository at this point in the history
…ch fix it
  • Loading branch information
oshadura committed Dec 12, 2023
1 parent f5d6d30 commit 05f8019
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 @@ -171,7 +171,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 @@ -312,7 +312,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 05f8019

Please sign in to comment.