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.
1 parent 4546a40 commit 50e7b4aCopy full SHA for 50e7b4a
dev.Dockerfile
@@ -1,5 +1,8 @@
1
# This Dockerfile builds an image to quickly iterate on the kaggle libraries.
2
#
3
+# Create a new image with the latest kaggle librairies using the latest image
4
+# built by CI with a successful test run as the base.
5
+#
6
# Usage:
7
# cd path/to/docker-python
8
# docker build -t kaggle/python-dev -f dev.Dockerfile .
0 commit comments