docker: production image + Gitea Actions for monthly refresh
Image rebuild (skip scrape) / build (push) Failing after 1h37m12s
Image rebuild (skip scrape) / build (push) Failing after 1h37m12s
Dockerfile: self-contained image with corpus + Chroma + BM25 baked in. Drawbar's compose pulls + runs without volume mounts. Built from sources.json (labels schema), PRODUCT_NAME=crop_chem by default, HYBRID_SEARCH=true (always-on for production quality). RERANK_URL + OLLAMA_URL get set at compose time. .gitea/workflows/refresh.yml: monthly cron (1st @ 06:00 UTC) does full scrape → reindex → image push. Scrapes Bayer (~30 min) + EPA PPLS row-crop filtered (~7h). Skips reindex+push if no corpus diff. Tags pushed: :latest, :<sha12>, :corpus-<YYYY.MM.DD>. .gitea/workflows/image-only.yml: on-demand or auto on code-only pushes to main (paths: docs_mcp/, rag/, scrape/, requirements.txt, Dockerfile, sources.json). Reindexes from committed corpus, builds image, pushes. ~10 min vs ~9h full refresh. .gitignore: corpus/ now COMMITTED (4,159 labels, 265 MB of .md + sidecars). Lets image-only.yml rebuild indexes without re-scraping. chroma/ + bm25/ still gitignored (regenerable binary indexes). .dockerignore: drops venv, eval results, PLAN/README/CLAUDE.md, deploy/, .git/ — keeps the image lean. corpus + chroma + bm25 explicitly NOT in dockerignore (those go INTO the image). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,76 @@
|
||||
# ROUNDUP WSD WATER SOLUBLE DRY HERBICIDE DEPLOY DRY HERBICIDE
|
||||
|
||||
- EPA Reg No: **524-690**
|
||||
- Registrant: BAYER CROPSCIENCE, LLC
|
||||
- Signal word: Caution
|
||||
- Active ingredients: Glyphosate, ammonium salt (95.2%)
|
||||
- Label accepted: 1999-09-29
|
||||
- Source PDF: https://www3.epa.gov/pesticides/chem_search/ppls/000524-00502-19990929.pdf
|
||||
|
||||
---
|
||||
)
|
||||
)
|
||||
SUPPLEMENTAL LABELING
|
||||
READ THE ENTIRE LABEL FOR ROUNDup® SOLUGRAN HERBICIDE BEFORE
|
||||
PROCEEDING
|
||||
WITH THE USE DIRECTIONS CONTAINED IN THIS SUPPLEMENTAL LABELING.
|
||||
"""'-:IF"<E;:;-":P;::""T=-E='!:t::o.rllel" as used in this supplemental labeling refers to the label booklet
|
||||
for Roundup SoluGran and this supplement.
|
||||
SfP2.9I99S
|
||||
Roundup SoluGran Herbicide
|
||||
EPA Reg. No. 524-502
|
||||
FOR DISTRIBUTION AND USE IN CALIFORNIA
|
||||
FOR POSTEMERGENCE WEED CONTROL PRIOR TO THE EMERGENCE OF
|
||||
TOMATOES
|
||||
Keep out of reach of children.
|
||||
CAUTION!
|
||||
In case of an emergency involving this product, Call Collect, day or night, (314) 694-4000.
|
||||
Roundup® is a registered trademark of Monsanto Company.
|
||||
DIRECTIONS FOR USE
|
||||
It is a violation of Federal law to use this product in any manner inconsistent with its
|
||||
labeling.
|
||||
This label must be in the possession of the user at the time of the herbicide application.
|
||||
AVOID CONTACT WITH FOLIAGE, GREEN STEMS, EXPOSED NON-WOODY
|
||||
ROOTS OR FRUIT OF CROPS (EXCEPT AS SPECIFIED FOR INDIVIDUAL
|
||||
ROUNDUP READY® CROPS), DESIRABLE PLANTS AND TREES, SINCE SEVERE
|
||||
INJURY OR DESTRUCTION MAY RESULT.
|
||||
When applied as directed under the conditions described in the label booklet for Roundup
|
||||
SoluGran, the product controls anntJal and perennial weeds listed in the label, prior to
|
||||
the emergence of tomatoes.
|
||||
See "GENERAL INFORMATION", "MIXING, ADDITIVES AND APPLICATION
|
||||
INSTRUCTIONS", AND "WEEDS CONTROLLED" sections of the label booklet f?r,,'.
|
||||
Roundup® SoluGran herbicide for essential product performance information.
|
||||
RECOMMENDA TIONS
|
||||
, . , .
|
||||
This product will control annual and perennial weeds listed in the label booklet (or.
|
||||
Roundup SoluGran prior to the emergence of direct seeded tomatoes.
|
||||
I ; 2-
|
||||
|
||||
)
|
||||
)
|
||||
Annual Weed Control - Apply 3.5 to 21 ounces of this product per acre plus I percent
|
||||
nonionic surfactant in 3 to 40 gallons of water per acre. If weeds are less than 6 inches
|
||||
tall. 14 ounces of this product applied in 10 to 40 gallons of water will control most
|
||||
common annual weeds. If weeds are greater than 6 inches tall. use 21 ounces per acre.
|
||||
See the detailed directions in the "Weeds Controlled" section of the Roundup SoluGran
|
||||
herbicide label booklet for specific treatment recommendations.
|
||||
Perennial Weed Control - Apply 2.6 to 4.4 pounds of this product per acre when weeds
|
||||
are actively growing and most have reached early head or early bud stage of growth. See
|
||||
the "Perennial Weeds" section of the label booklet for Roundup SoluGran for perennial
|
||||
weeds controlled and for specific treatment recommendations.
|
||||
This product may be applied by ground or aerial application equipment. FOR
|
||||
AERIAL APPLICATION IN CALIFORNIA. REFER TO THE FEDERAL
|
||||
SUPPLEMENTAL LABEL FOR AERIAL APPLICATIONS IN THAT STATE FOR
|
||||
SPECIFIC INSTRUCTIONS. RESTRICTIONS. AND REQUIREMENTS. DO NOT
|
||||
EXCEED 14 OUNCES BY WEIGHT OF THIS PRODUCT PER ACRE FOR
|
||||
AERIAL APPLICATIONS.
|
||||
Applications made to light. sandy soils with low organic matter may result in injury
|
||||
to seedling tomatoes.
|
||||
Apply prior to tomato seed germination.
|
||||
Applications made at emergence will result in injury or death to emerged seedlings.
|
||||
Read the "Limit of Warranty and Liability" in the label booklet for Roundup SoluGran
|
||||
herbicide before using. These terms apply to this supplemental labeling and if these
|
||||
terms are not acceptahle, return the product unopened at once.
|
||||
©Monsanto Company 1999
|
||||
MONSANTO COMPANY
|
||||
ST. LOUIS. MISSOURI 63167
|
||||
Reference in New Issue
Block a user