File: install.sh

package info (click to toggle)
dask 1.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,856 kB
  • sloc: python: 51,266; sh: 178; makefile: 142
file content (6 lines) | stat: -rw-r--r-- 161 bytes parent folder | download
1
2
3
4
5
6
set -xe

docker exec -it $CONTAINER_ID conda install -y -q dask hdfs3 pyarrow -c twosigma -c conda-forge
docker exec -it $CONTAINER_ID pip install -e .

set +xe