softwareunderground / geo-docker

A docker image fully loaded with Geo* & ML related packages
Other
13 stars 5 forks source link

Check pip installs #12

Open ahartikainen opened 6 years ago

ahartikainen commented 6 years ago

Hi,

Dockerfile uses conda. Is running pip failing with conda? I may be wrong.

https://fmgdata.kinja.com/using-docker-with-conda-environments-1790901398

Should we run all the RUN pip install ... with explicitly RUN bin/bash -c pip install ... ?