File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -508,14 +508,6 @@ RUN pip install --upgrade dask && \
508
508
ln -sf /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.34.0 /opt/conda/lib/libpixman-1.so.0.38.0 && \
509
509
/tmp/clean-layer.sh
510
510
511
- # gcloud SDK https://cloud.google.com/sdk/docs/quickstart-debian-ubuntu
512
- RUN echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] http://packages.cloud.google.com/apt cloud-sdk main" \
513
- | tee -a /etc/apt/sources.list.d/google-cloud-sdk.list && \
514
- curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | \
515
- apt-key --keyring /usr/share/keyrings/cloud.google.gpg add - && \
516
- apt-get update -y && apt-get install google-cloud-sdk -y && \
517
- /tmp/clean-layer.sh
518
-
519
511
# Add BigQuery client proxy settings
520
512
ENV PYTHONUSERBASE "/root/.local"
521
513
ADD patches/kaggle_gcp.py /root/.local/lib/python3.7/site-packages/kaggle_gcp.py
You can’t perform that action at this time.
0 commit comments