Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add .dockerignore. #3333

Merged
merged 1 commit into from Oct 28, 2017
Merged

Add .dockerignore. #3333

merged 1 commit into from Oct 28, 2017

Conversation

Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
@darrengarvey
Copy link
Contributor

@darrengarvey darrengarvey commented Oct 27, 2017

.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).

.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).
@darrengarvey
Copy link
Contributor Author

@darrengarvey darrengarvey commented Oct 27, 2017

(and there are 66 open PRs and this is PR #3333; It's not like it's Hallowe'en soon...)

Loading

@ezyang
Copy link
Contributor

@ezyang ezyang commented Oct 28, 2017

Thanks @darrengarvey!

Loading

@ezyang ezyang merged commit 2d06672 into pytorch:master Oct 28, 2017
1 check passed
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment