coiled / feedback

A place to provide Coiled feedback
14 stars 3 forks source link

Include `gcc` in default docker image #56

Closed mrocklin closed 4 years ago

mrocklin commented 4 years ago

For people who rely on pip to install packages we should probably include a base level of compilers. Maybe this just means adding gcc to our base docker image.

cc @jrbourbeau who I suspect can resolve this.

cc @shikharsg , who would have found it useful

jrbourbeau commented 4 years ago

We've updated our default base image to include gcc -- though we haven't deployed these changes yet. The new base docker image lives here https://github.com/coiled/coiled-docker and I'll post on this issue when we've deployed the updates 👍

jrbourbeau commented 4 years ago

As of today the default image used for software environment (https://hub.docker.com/r/coiled/default) has gcc installed