You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new to using bazel, so I decided to build a test one before moving the main project. I was able to figure out how to build a docker image for the application, but now I'm faced with another problem: its size is 404 megabytes, which is too much for such a simple application. Is there any way to fix this? (I've seen that changing the plugin version helps, but it doesn't seem to be an ideal solution). The project code is shown below
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm new to using bazel, so I decided to build a test one before moving the main project. I was able to figure out how to build a docker image for the application, but now I'm faced with another problem: its size is 404 megabytes, which is too much for such a simple application. Is there any way to fix this? (I've seen that changing the plugin version helps, but it doesn't seem to be an ideal solution). The project code is shown below
/MODULE.bazel
/BUILD.bazel
/hello_world/BUILD.bazel
/hello_world/src/main.py
Beta Was this translation helpful? Give feedback.
All reactions