Skip to content

Commit

Permalink
Build fix hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
psbang committed Dec 1, 2023
1 parent 5a1504a commit 4c5f7cd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,8 @@ RUN pip install mpld3 \
eli5 \
kaggle \
kagglehub \
google-generativeai \
wrapt \
mock \
pytest && \
/tmp/clean-layer.sh
Expand Down Expand Up @@ -635,10 +637,6 @@ RUN mkdir -p ~/src && git clone https://github.com/SohierDane/BigQuery_Helper ~/
sed -i 's/)/packages=["bq_helper"])/g' ~/src/BigQuery_Helper/setup.py && \
pip install -e ~/src/BigQuery_Helper && \
/tmp/clean-layer.sh

RUN pip install wrapt \
google-generativeai && \
/tmp/clean-layer.sh

# Add BigQuery client proxy settings
ENV PYTHONUSERBASE "/root/.local"
Expand Down

0 comments on commit 4c5f7cd

Please sign in to comment.