Installing dependencies
lunar_policy==0.1.6Custom Docker Image
FROM earthly/lunar-scripts:1.0.0
# Copy and install Python dependencies
COPY requirements.txt /tmp/requirements.txt
RUN pip install --no-cache-dir -r /tmp/requirements.txt && rm /tmp/requirements.txtimage: my-org/my-custom-image:v1.0Native Execution
Development convenience with earthly/lunar-scripts
earthly/lunar-scriptsLast updated
