Skip to content
Snippets Groups Projects
Commit 644b6a34 authored by Ruchi's avatar Ruchi Committed by GitHub
Browse files

Merge pull request #12 from broadinstitute/rm_docker

change how pythonpath is updated 
parents a8076a60 def8ad2b
No related branches found
No related tags found
No related merge requests found
......@@ -9,10 +9,10 @@ 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
ENV PYTHONPATH "/scripts:${PYTHONPATH}"
CMD ["/bin/bash"]
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