Skip to content

Commit

Permalink
Merge pull request #951 from hdoupe/fix-channel
Browse files Browse the repository at this point in the history
 Use pslmodels channel for webapp Dockerfile
  • Loading branch information
hdoupe committed Jan 11, 2019
2 parents 6c0da7f + f01faf5 commit 2b831eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions RELEASES.md
Expand Up @@ -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
Expand Down

0 comments on commit 2b831eb

Please sign in to comment.