diff --git a/Dockerfile b/Dockerfile index 0b448370..340b0a5d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN python --version # Install dependencies RUN conda update conda -RUN conda install -c ospc -c anaconda --file conda-requirements.txt --yes +RUN conda install -c pslmodels -c anaconda --file conda-requirements.txt --yes RUN pip install -qr requirements.txt # Add our code diff --git a/RELEASES.md b/RELEASES.md index b6704e07..b3ac0474 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -11,6 +11,7 @@ Release 1.7.7 on 2019-01-14 **Minor Changes** - [#950](https://github.com/ospc-org/ospc.org/pull/950) - Update Tax-Calculator and B-Tax - Hank Doupe +- [#951](https://github.com/ospc-org/ospc.org/pull/951) - Use pslmodels channel for webapp Dockerfile - Hank Doupe **Bug Fixes** - None