uber / petastorm

Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets in Apache Parquet format. It supports ML frameworks such as Tensorflow, Pytorch, and PySpark and can be used from pure Python code.
Apache License 2.0
1.78k stars 285 forks source link

Fixing Dockerfile #661

Closed selitvin closed 3 years ago

selitvin commented 3 years ago

Request pyarrow and opencv to be pip installed from binary.

(building pyarrow from source does not propeperly work in our container and is not needed; opencv takes a long time to build, so binaries are ok)

codecov[bot] commented 3 years ago

Codecov Report

Merging #661 (53e6232) into master (dd2fcbc) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #661   +/-   ##
=======================================
  Coverage   85.22%   85.22%           
=======================================
  Files          85       85           
  Lines        4981     4981           
  Branches      791      791           
=======================================
  Hits         4245     4245           
  Misses        596      596           
  Partials      140      140           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update dd2fcbc...53e6232. Read the comment docs.