manrique
07/12/2022, 6:44 AMdagster-image
cli?
dagster-image build-all --name <YOUR IMAGE>
I tried running pip install -e .
from setup.py folder https://github.com/dagster-io/dagster/blob/master/python_modules/automation/setup.py
to install the command dagster-image
, but i get an error below:
[Errno 2] No such file or directory: b'/sbin/dagster-image'
daniel
07/13/2022, 8:55 PMdocker build
or accessing the images on Dockerhub to use as base images may be a better optionmanrique
07/21/2022, 4:36 PMCOPY build_cache/ /
from Dockerfile in "docker/images/user-code-example". I cannot find it elsewhere. How do I generate this build_cache
folder?daniel
07/21/2022, 5:17 PMmanrique
07/21/2022, 5:33 PMuser-code-example
with my own pipeline. user-code-exmaple
uses this example project and i have a similar folder https://github.com/dagster-io/dagster/tree/master/examples/deploy_k8s/example_projectdaniel
07/21/2022, 5:35 PM