OpenMined / PipelineDP

PipelineDP is a Python framework for applying differentially private aggregations to large datasets using batch processing systems such as Apache Spark, Apache Beam, and more.
https://pipelinedp.io/
Apache License 2.0
275 stars 77 forks source link

Fixed Dockerfile to be able to use beam or spark inside container #407

Closed ricardocarvalhods closed 1 year ago

ricardocarvalhods commented 1 year ago

Description

Fixed being able to use beam or spark inside container.

Checklist