Skip to content

Instantly share code, notes, and snippets.

View alafana's full-sized avatar

Alex Afanaseva alafana

View GitHub Profile
@bskaggs
bskaggs / Dockerfile
Last active October 24, 2024 21:43
Install pyarrow on alpine in docker
FROM python:3.7-alpine3.8
RUN apk add --no-cache \
build-base \
cmake \
bash \
jemalloc-dev \
boost-dev \
autoconf \
zlib-dev \