Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Add a DockerFile to the repository. #142

Merged
merged 2 commits into from
Apr 30, 2019
Merged

Conversation

bgogul
Copy link
Contributor

@bgogul bgogul commented Apr 30, 2019

This is needed to set up the presubmit for this repo on kokoro.

&& mkdir usr \
&& tar -xzf swift.tar.gz --directory=usr --strip-components=1 \
&& rm swift.tar.gz
ENV PATH="/swift-tensorflow-toolchain/usr/bin:${PATH}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: newline at the end.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@bgogul bgogul merged commit 51393cf into tensorflow:master Apr 30, 2019
@bgogul bgogul deleted the add_docker branch June 5, 2019 06:26
pschuh pushed a commit to pschuh/swift-models that referenced this pull request Jul 30, 2019
…ow#142)

Re-implementation of swiftlang/swift#24408.

In the pullback for operators that broadcast, use `Raw.broadcastGradientArgs(s0:s1:)` to compute reduction indices instead of using the inefficient `unbroadcast(to:)`.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants