Skip to content

Commit

Permalink
Use pslmodels channel for webapp Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hdoupe committed Jan 11, 2019
1 parent 540aea5 commit cf9dc69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
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

0 comments on commit cf9dc69

Please sign in to comment.