We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1aaf589 + 736bad3 commit 6694e89Copy full SHA for 6694e89
patches/sitecustomize.py
@@ -1,13 +1,6 @@
1
-# Monkey patches BigQuery client creation to use proxy.
2
-
3
-# Import tensorflow and torch before anything else. This is a hacky workaround to an error on dlopen
4
-# reporting a limit on static TLS, tracked in:
5
-# tensorflow: https://github.com/tensorflow/tensorflow/issues/19010
6
-# torch: https://github.com/pytorch/pytorch/issues/2575
7
-import tensorflow
8
-import torch
9
import os
10
+# Monkey patches BigQuery client creation to use proxy.
11
kaggle_proxy_token = os.getenv("KAGGLE_DATA_PROXY_TOKEN")
12
if kaggle_proxy_token:
13
from google.auth import credentials
0 commit comments