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

fix gcloud dependencies (#14)

parent 7e3c458d
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ RUN /bin/bash -c "source ~/.firecloud-tools/venv/bin/activate"
RUN pip install --upgrade pip
RUN pip install PyYAML google-cloud google-auth-httplib2 google-api-python-client gcs-oauth2-boto-plugin \
RUN pip install PyYAML google-cloud google-cloud-datastore google-auth-httplib2 google-api-python-client gcs-oauth2-boto-plugin \
retrying firecloud xlrd google-cloud-bigquery google-cloud-logging pandas
# Tell gcloud to save state in /.config so it's easy to override as a mounted volume.
......
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