matthewfeickert / distributed-inference-with-pyhf-and-funcX

Example code for vCHEP 2021 paper "Distributed statistical inference with pyhf enabled through funcX"
MIT License
0 stars 2 forks source link

feat: Add JAX dependencies to Dockerfile #11

Closed matthewfeickert closed 3 years ago

matthewfeickert commented 3 years ago

Add JAX dependencies to Dockerfile. (Note at time of PR this isn't super useful as the base image is not GPU compatible, but can still be used for autodiff).

Also use python -m pip --no-cache-dir option for best practices in Docker and to reduce the Docker image size.

* Add JAX dependencies to Dockerfile to use autodiff
* Use pip --no-cache-dir option for best practices
* Add base image pull to Makefile