HDFGroup / hsds

Cloud-native, service based access to HDF data
https://www.hdfgroup.org/solutions/hdf-kita/
Apache License 2.0
129 stars 53 forks source link

Update base image #44

Closed jreadey closed 4 years ago

jreadey commented 4 years ago

Update base image for Docker build (currently hdfgroup/python:3.7) to use Python 3.8 and include additional Python packages needed for the service.

jreadey commented 4 years ago

Base package is now hdfgroup/python:3.8. Dockerfile is here: https://github.com/HDFGroup/hdf-docker/blob/master/python36/Dockerfile.

s004pmg commented 4 years ago

But the travis image is still using 3.7.1 for pyflakes?

$ source ~/virtualenv/python3.7/bin/activate $ python --version Python 3.7.1