We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d2f6d3 commit f718791Copy full SHA for f718791
1 file changed
.github/docker-compose.yaml
@@ -11,5 +11,7 @@ services:
11
container_name: dask-worker
12
image: daskdev/dask:latest
13
command: dask-worker dask-scheduler:8786
14
+ environment:
15
+ EXTRA_CONDA_PACKAGES: "pyarrow>1.0.0"
16
volumes:
17
- /tmp:/tmp
0 commit comments