-
Notifications
You must be signed in to change notification settings - Fork 691
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
Docker RUN used in Cloud documentation. #173
Comments
(to rehash that thread a little bit)
This can be a bit of a pill for folks used to Your real question seems to be: How do I make my Bazel application consume PIP dependencies? That is a great question, and a useful feature independent of its use in Docker images! I recently put together I think you'd be interested in seeing this example. It combines The reason the sample isn't merged is because of this issue, which has a pretty straightforward workaround. |
@mattmoor I have seen your example, please correct me if my understanding is incorrect:
I have similar cases to run |
|
|
Google's documentation for Building a Docker Image makes use of RUN:
Sample Dockerfile at python-docs-samples/endpoints/getting-started/Dockerfile.custom.
I've read through Supporting RUN instructions? - but it remains unclear to me how this works with
pip install
.The text was updated successfully, but these errors were encountered: