1 Star 0 Fork 0

Collin/docker-python

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
dev.Dockerfile 1021 Bytes
一键复制 编辑 原始数据 按行查看 历史
# This Dockerfile builds an image to quickly iterate on the kaggle libraries.
#
# Create a new image with the latest kaggle librairies using the latest image
# built by CI with a successful test run as the base.
#
# Usage:
# cd path/to/docker-python
# docker build -t kaggle/python-dev -f dev.Dockerfile .
#
# # you can run a container using the image using:
# docker run -it --rm kaggle/python-dev /bin/bash
#
# # you can run the tests against this new image using:
# ./test -i kaggle/python-dev -p test_user_secrets.py
#
FROM gcr.io/kaggle-images/python:staging
ADD patches/kaggle_gcp.py /root/.local/lib/python3.7/site-packages/kaggle_gcp.py
ADD patches/kaggle_secrets.py /root/.local/lib/python3.7/site-packages/kaggle_secrets.py
ADD patches/kaggle_session.py /root/.local/lib/python3.7/site-packages/kaggle_session.py
ADD patches/kaggle_web_client.py /root/.local/lib/python3.7/site-packages/kaggle_web_client.py
ADD patches/kaggle_datasets.py /root/.local/lib/python3.7/site-packages/kaggle_datasets.py
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zgxtech_admin/docker-python.git
git@gitee.com:zgxtech_admin/docker-python.git
zgxtech_admin
docker-python
docker-python
master

搜索帮助