gliderlabs / gliderlabs/docker-alpine
py3-pandas is installed as python3.8
Open
- Dominant language
- Shell
- Stars
- 5.7k
- Forks
- 530
- PR merge metrics
- No merged PRs in 30d
Description
```
FROM python:3.7-alpine
RUN echo "http://dl-8.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
RUN echo "http://dl-8.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories
RUN apk add py3-numpy py3-pandas py3-numpy-dev
```
whaterver version you have (3.7 above) py3-pandas will be installed at python3.8
```
apk info -L py3-pandas
usr/lib/python3.8/site-packages/pandas/__pycache__/__init__.cpython-38.pyc
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.