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,139 @@
|
||||
# VALCO SEED PROTECTANT FOR SOYBEANS
|
||||
|
||||
- EPA Reg No: **9779-287**
|
||||
- Registrant: WINFIELD SOLUTIONS, LLC
|
||||
- Signal word: Caution
|
||||
- Active ingredients: Captan (25%)
|
||||
- Label accepted: 1974-07-11
|
||||
- Source PDF: https://www3.epa.gov/pesticides/chem_search/ppls/001063-00098-19740711.pdf
|
||||
|
||||
---
|
||||
,
|
||||
UCOIIM'RDAl10111
|
||||
IOYBEAlfIa U. V ALeO Seed Protectant
|
||||
at the rate of 4 oz. per bu., or 7 oz. per 100
|
||||
lb. of seed u • planter box tratmenl
|
||||
~.
|
||||
DIRECTIOIII FOR USE
|
||||
Number of 1 oz.
|
||||
=';!z SEED PROTECT
|
||||
V ALeO Seed Protectant is especially formu
|
||||
lated for treatment of 8O)'bean seed for the
|
||||
control of Iftd and lOil-borDe dinn .. , In
|
||||
cluding dampiDg-off and III8d decay organ
|
||||
isms, and seedliDg bUghts, and Is prepared
|
||||
for use directly in the planter box, therebJ
|
||||
eliminating additional Ieed hlndUng to haw
|
||||
seed treated.
|
||||
2 H .... ". Scoop.
|
||||
4 Heapm, Scoop.
|
||||
terma of the label, aDd MIler mU" no panntee, warrantT. or NPi-
|
||||
.. tation .. to the material other than thOle let forth on the label.
|
||||
Climatic ad IOU eondltions and other facton be70nd tile ..uws
|
||||
... trol neeeaauil7 affect reIUlta. The buyer qreea that the ..ner
|
||||
Ihall not be responsible or Uable for injuries to crop. sou. persons or
|
||||
propel tl arialnl out of the use and handline of thiI material whether
|
||||
in aceordance with ..ner's directions or not and aecepta and UMI the
|
||||
material on th ... COftdItioDa.
|
||||
BURY OR BURN EMPTY CONTAINER
|
||||
KEEP OUT OF SMOKE
|
||||
EPA !teg. No. 1063-98
|
||||
EPA Eat. No. 471-AR-l
|
||||
ACCEPTED
|
||||
. "
|
||||
IKEBT
|
||||
Not Ueensed for
|
||||
seuiona, Canada
|
||||
IIIIEY
|
||||
ORaNVIIU
|
||||
IRa.... ita .,a.-
|
||||
ClllLDBEM
|
||||
BJGBr PMtEL
|
||||
i J i
|
||||
Thia material provide!' adequate coverage of seed and any
|
||||
exceu flows with the seed into the furrow, giving additional
|
||||
protection against soil-borne disea..... May be used on pre
|
||||
viously treated seed.
|
||||
Do not 11Ie treated seed for food, feed or oil purposes .
|
||||
CAUTIO •
|
||||
Harmful if swallowed.
|
||||
Avoid inhaling dust. Wear respirator.
|
||||
Avoid contact with skin. Wash with soap and water after
|
||||
handling.
|
||||
Avoid contamination of feed and foodstuffs.
|
||||
CAUTION: This product is toxic to fish. Do not contaminate water by
|
||||
cleanine of equipment or disposal of wastes, and apply this product
|
||||
only .. specified on this label.
|
||||
PROTECT FROM EXCESSIVE HEAT
|
||||
";TORE IN A COOL, DRY PLACE
|
||||
, 6, ~ .; I.lIWAAOoi ...... ________________________________ ~_~ _ ~ ~~ ___ ~ ___ ~
|
||||
|
||||
RECOMMENDATIONS
|
||||
SOYBEANS: Use \'ALCO Seed Protcctant
|
||||
at the rate of 4 oz. per bu., or 7 oz. per 100
|
||||
lb. of seed as a planter box treatment.
|
||||
PLANTER BOX RATES ARE AS
|
||||
FOLLOWS:
|
||||
DIRECTIONS FOR USE
|
||||
Size of Planter Box Number of 1 oz.
|
||||
Scoops per
|
||||
Planter Box SEED PROTECTANT
|
||||
VALCO Seed Protectant is especially furmu
|
||||
lated for treatment of soybean seed for the
|
||||
control of seed and soil-borne diseases, in
|
||||
cluding damping-off and seed decay organ
|
||||
isms, and seedling blights, and is prepared
|
||||
for use directly in the planter box, thereby
|
||||
eliminating additional seed handling to have
|
||||
seed treated.
|
||||
112 Bushel
|
||||
1 Bushel
|
||||
2 Heaping Scoops
|
||||
4 Heaping Scoops
|
||||
NOTICE TO USERS: - The seller's guarantee shall be limited to the
|
||||
terms of the label, and seller makes no guarantee, warranty, or repre
|
||||
sentation as to the material other than those set forth on the label.
|
||||
Climatic and soil conditions and other factors beyond the seller's
|
||||
rontrol necessarily affect results. The buyer agrees that the seller
|
||||
shall not be respon~ible or liable fa: injuries to crop, ioil, persons or
|
||||
property arising out of the use and handling of this material whether
|
||||
in accordance with seller's directions or not and accep·.s and uses the
|
||||
material on these conditions.
|
||||
BURY OR BURN EMPTY CO~TAINER
|
||||
KEEP OUT OF' S:'v10KE
|
||||
r:i)/~ !~~.g ~':(:. ~{)ti3-H8
|
||||
~:I'A Est. :\0. -li6-AH-l
|
||||
----_._--r:: PT E.~-
|
||||
. N :A
|
||||
f .~.;.- • ,', '.
|
||||
"~ ... " ,~~,~ • ...f ... : .. ~
|
||||
INERT
|
||||
Not licensed for
|
||||
sessions, Canada
|
||||
KEEP
|
||||
SEE OTHER
|
||||
VALLEY
|
||||
GREENVILLE
|
||||
100%
|
||||
CHILDREN
|
||||
RIGHT PANEL
|
||||
COMPIIY
|
||||
MISSISSIPPI
|
||||
This material provides adequate coverage of seed and anv
|
||||
excess flows with the seed into the furrow, giving additional
|
||||
protection against soil-borne diseases. May be used on pre
|
||||
viously treated seed.
|
||||
Do not use treated seed for food, feed or oil purposes.
|
||||
CAUTION
|
||||
Harmful if swallowed.
|
||||
thoid inhaling dust. Wear respirator.
|
||||
Avoid contact with skin. Wash with :>();lP and water 'lftl'l'
|
||||
handling.
|
||||
A ':(lid contamination of feed and foodstuffs.
|
||||
CAUTION: This product is '"xl(, , .. lish. D .. n"t ,·"l.t:II:,;n:i\. '.":" I' \'\
|
||||
('Ieaning of cquipnH'nt or d: :pos:t! of \\"btl'S, and ,qlph- th.- \,r"d .. ,·:
|
||||
only as spt'Cified on thi~ lal)('l.
|
||||
PROTECT FROI\I EXCESSIVE HEAT
|
||||
'TORE IN A COOL, DRY PLACE
|
||||
~baaaaaa ________________________________________________________________________________________________________________________________________ _
|
||||
a
|
||||
Reference in New Issue
Block a user