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

Allow Docker build on macOS #60375

Closed
wants to merge 1 commit into from
Closed

Allow Docker build on macOS #60375

wants to merge 1 commit into from

Conversation

samestep
Copy link
Contributor

This PR allows developers using macOS to build Docker images locally. The basename $(mktemp -u) part was suggested by @seemethere; I modified it slightly to appease ShellCheck and because Docker doesn't allow uppercase characters in tags.

Test plan:

On a Mac:

cd .circleci/docker
./build.sh pytorch-linux-xenial-py3.6-gcc5.4

@facebook-github-bot
Copy link
Contributor

facebook-github-bot commented Jun 21, 2021

💊 CI failures summary and remediations

As of commit a95e3b1 (more details on the Dr. CI page and at hud.pytorch.org/pr/60375):


  • 1/1 failures introduced in this PR

1 failure not recognized by patterns:

Job Step Action
CircleCI pytorch_macos_10_15_py3_build Update Homebrew 🔁 rerun

This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.

Please report bugs/suggestions to the (internal) Dr. CI Users group.

Click here to manually regenerate this comment.

@facebook-github-bot
Copy link
Contributor

@samestep has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@samestep
Copy link
Contributor Author

Similar idea to one of the changes in #58174.

@samestep
Copy link
Contributor Author

btw ignore the ci/circleci: pytorch_macos_10_15_py3_build failure on this PR, it's unrelated :P

@facebook-github-bot
Copy link
Contributor

@samestep merged this pull request in 023907a.

@samestep samestep deleted the docker-build-macos branch June 28, 2021 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants