From 9d3f12641d142ad07413987f7465500f5f61d485 Mon Sep 17 00:00:00 2001 From: Andrea Zonca Date: Wed, 6 Jun 2018 18:15:33 -0400 Subject: [PATCH] install s3fs with conda --- dask_shared/dask_config.yaml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/dask_shared/dask_config.yaml b/dask_shared/dask_config.yaml index bbd86c8..40bae41 100644 --- a/dask_shared/dask_config.yaml +++ b/dask_shared/dask_config.yaml @@ -25,22 +25,20 @@ worker: repository: "daskdev/dask" tag: "0.17.1" pullPolicy: IfNotPresent - replicas: 1 + replicas: 4 default_resources: # overwritten by resource limits if they exist cpu: 1 memory: "4GiB" env: - name: EXTRA_CONDA_PACKAGES - value: zarr xarray==0.10.1 -c conda-forge --yes - - name: EXTRA_PIP_PACKAGES - value: s3fs --upgrade + value: zarr s3fs xarray==0.10.1 -c conda-forge --yes resources: limits: - cpu: 6 - memory: "12G" + cpu: 3 + memory: "7G" requests: - cpu: 6 - memory: "12G" + cpu: 3 + memory: "7G" jupyter: name: jupyter