Skip to content
Snippets Groups Projects
Commit e4c5aba4 authored by Ruchi Munshi's avatar Ruchi Munshi Committed by ruchim
Browse files

change how pythonpath is updated

parent a8076a60
No related branches found
No related tags found
No related merge requests found
......@@ -9,10 +9,9 @@ RUN pip install --upgrade pip
RUN pip install PyYAML google-auth-httplib2 google-api-python-client gcs-oauth2-boto-plugin \
retrying firecloud xlrd google-cloud-bigquery google-cloud-logging pandas
RUN export PYTHONPATH=./:$PYTHONPATH
# Tell gcloud to save state in /.config so it's easy to override as a mounted volume.
ENV HOME=/
COPY scripts /scripts
CMD ["/bin/bash"]
ENV PYTHONPATH="/scripts"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment