Skip to content

Commit 2d06672

Browse files
darrengarveyezyang
authored andcommitted
Add .dockerignore. (pytorch#3333)
.gitignore should have uninteresting files listed, so acts as a good .dockerignore. Reduces the build context sent to the docker daemon from to 2.927GB (after building locally) to 66.66MB (:O).
1 parent 204044a commit 2d06672

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.dockerignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.gitignore

0 commit comments

Comments
 (0)