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
In order to test these images locally, we need to include the second build stage `local-testing` which installs and runs coder in the container image.
23
-
This includes a custom script for use as the container's entrypoint `run-coder.sh`.
24
-
The manual configuration in the `local-testing` target is typically handled by Coder via template, so as to install the latest version at runtime as opposed to manually installing a version at build time.
25
-
26
-
*Note*: The `local-testing` targets should **NOT** be used with Coder due to the increased container image size and potentially conflicting installations of coder.
27
-
28
-
Due to the location of `run-coder.sh`, Jupyter images should be built from the root of the repository, for example:
0 commit comments