Skip to content
This repository has been archived by the owner on Jun 22, 2021. It is now read-only.

Commit

Permalink
Merge pull request #2206 from rameshvs/staging
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda authored Feb 9, 2021
2 parents be2b005 + fbcf3c8 commit 232d6be
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions deployments/datahub/images/default/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,14 @@ RUN pip install --no-cache numpy==1.19.5 cython==0.29.21
COPY requirements.txt /tmp/requirements.txt
RUN pip install --no-cache -r /tmp/requirements.txt

# Hack to get PyMC3 working for Data 102 & Astro 128/256
# These are the same versions as in requirements.txt, but
# the import fails unless you uninstall and reinstall
# See https://github.com/berkeley-dsep-infra/datahub/issues/2207
RUN pip uninstall Theano Theano-PyMC pymc3 -y
RUN pip install --no-cache 'Theano==1.0.5'
RUN pip install --no-cache 'pymc3==3.11.0'

# Set up nbpdf dependencies
ENV PYPPETEER_HOME ${CONDA_DIR}
RUN pyppeteer-install
Expand Down

0 comments on commit 232d6be

Please sign in to comment.