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,171 @@
|
||||
# MAN-CAP
|
||||
|
||||
- EPA Reg No: **1812-188**
|
||||
- Registrant: GRIFFIN L.L.C.
|
||||
- Signal word: Caution
|
||||
- Active ingredients: Maneb (37.5%); Captan (37.5%)
|
||||
- Label accepted: 1972-11-28
|
||||
- Source PDF: https://www3.epa.gov/pesticides/chem_search/ppls/001812-00188-19721128.pdf
|
||||
|
||||
---
|
||||
G PEE
|
||||
ACTIVE INGREDIENTS
|
||||
E I\t1d!H:b: MC!ngdnese ethylenebisdithiocarbamate ............ . 37.5'·,
|
||||
SEeD
|
||||
DISEASE
|
||||
~O~TR(\L
|
||||
DRILL BOX
|
||||
PLANTER BOX
|
||||
OR SLURRY
|
||||
Cdptan' N [(Trichloromethyl )thio J 4-cyclohexene-
|
||||
DYE 1 ,2-dicarbox imide ....... _ . _ ..... __ ........... . 37.S""
|
||||
25.OS'o
|
||||
ADDED
|
||||
INERT INGREDIENTS . _ ............................. .
|
||||
lOO'(Y'1o TREATED SEED
|
||||
APPLICATION CAUTION: KEEP OUT OF THE REACH OF CHILDREN
|
||||
DO NOT USE FOR FOOD
|
||||
FEED OR OIL PURPOSES
|
||||
; '.llO",." ___ CW~:,~>-~,.1t'##<:#.f,F SEED PROTECTANT
|
||||
PRODUCT INFORMATION CAUTION:
|
||||
Use only recommended rates. Lower amounts may not give the desired con
|
||||
trol. Excessive amounts may cause seed injury. This material is a special
|
||||
formulation of Maneb and Captan which, when used at the correct applica
|
||||
tion rates, protects seeds and seedlings against seed-borne or soil-borne
|
||||
diseases such as damping-off, root rot, seed decay and seedling blight.
|
||||
RECOMMENDATIONS and DIRECTIONS FOR USE
|
||||
PLANTER BOX OR DHILL BOX APPLICATION
|
||||
Use on seed by mixing with the seed in the box at the rate shown below.
|
||||
DO NOT MIX WITH fit\~DS
|
||||
Planter Box or Drill Box Rates:
|
||||
Corn seed (field) ..... _ . . . . . . . . . . . . . . . . . . . . . .. 2 to 4 oz.lbu.
|
||||
Soybeans, beans, peas .. . . . . . . . . . . . . . . . . . . . . . .. 2 to 4 oz'!bu.
|
||||
Peanuts (shelled) . . . . . . . . . . . . . . . . . . . . . . . . . . . .. 2 to 4 oz.ll 00 lb.
|
||||
Slurry Treatment
|
||||
Mix 1 lb. of this material with 1 gal. of water in the slurry machine. Settings
|
||||
of the machinery can be adjusted to apply the rates listed above to the seed.
|
||||
Further specific information on this subject may be obtained from State
|
||||
Agricultu~al Experiment Stations or the State Agricultural Extension
|
||||
Service.
|
||||
G~
|
||||
EO PA. Hf'<j Nu 1817 IP.H PEE
|
||||
Mark of Quality" 3/~-/yS' ~E ~
|
||||
PARRAMORE & GRIFFIN
|
||||
VALDOSTA. GEORGIA 50 LB. NET
|
||||
;'"
|
||||
1 r , ;
|
||||
i ;
|
||||
) !
|
||||
J~
|
||||
~
|
||||
i
|
||||
~'
|
||||
J~l
|
||||
~
|
||||
MAY CAUSE IRRITATION OF NOSE, THROAT, EYES AND SKIN.
|
||||
Du not brPdtlw dust. We,l! respirator, gc !if;:, dfld ql()\'l:S.
|
||||
Avolcl contact with skin, eyes and clotl '. il1 e;lse of ('unt;:r:t wittl L\.'f~:;.
|
||||
f:, .sh with pi ... nty of water and Sjet I~'r:dicci: Llttl'l~tl('n.
|
||||
Wdsh thorouqhly after lIsirl~l.
|
||||
AVOid contdmlnlltlon of food Of fl'l:d.
|
||||
Dn not lJSe tred((~d spr!ds for humiill COI1Sll!lll)t'Uf1 ()r
|
||||
. ,',
|
||||
; r.~, r 1:..., ',: '. l!' t , • t II ,
|
||||
USE PRECAUTIONS
|
||||
Read all directions before USlrlSj ,mel liSt: ollly dS SfH'1.I1 it'd ()II tt1l', I,:! H'I.
|
||||
Keep container tightly closeu when (lut ill uS!' I(r'{'p ,i\".'dY flUlli flJf' 01
|
||||
sparks.
|
||||
Store in a cool. dry place. Do not c1Ilov'.' to Ilf'«Jrl'l' I,\f'( (11 ()Vl'r hl:cltr:d III
|
||||
storage.
|
||||
This may bring 011 chemical d,all~lc whlell \/\11: 111'pdlr till Lfl1!jICIddl r,fh'l
|
||||
tiveness of the product and may also produu· fl,jllwldtJ 1r' 1/.J!lUIS
|
||||
CONTAI N E R SHOU LD BE DISPOSE D BY C RliSH I NC .A f<U mmy I :\j(j
|
||||
WITH WASTf .
|
||||
This ilroduct is toxic to fish. Kef'p out ,ll ;,:fl" "t·· ,,1'1'-,. ill f)()lHI', [); 1
|
||||
f'Ot COJltall1lnilU' I:Viiter by clr'dninq of eqllllll;'''I't, IJi ciISP(),),d ()f \'"J'-.ff";
|
||||
Disprhr: uf r''\u'~S trr'dted s{'!~ds (jJ \';dsli'. II. !}"I i,jl. (,ppi,; tl",; Pllldll(l
|
||||
()lily ;J5 <;pt~c:ifll·d 011 this Idllt.'I.
|
||||
~~ Q~ ~i!\[M~OO
|
||||
~~Q~ ~i!\wlIi!\[M
|
||||
1
|
||||
I
|
||||
|
||||
G
|
||||
PEE
|
||||
E
|
||||
DRILL BOX
|
||||
PLANTER BOX
|
||||
OR SLURRY
|
||||
APPLICATION
|
||||
ACTIVE INGREDIENTS
|
||||
'\'"I:q,Hll·~t: l'tll','I.',:" ,'::'!O\Jl,,:II'dl' ,.It:,
|
||||
(. " . ." , " ! It" I\! : I TrlCtIIIH()I~""!i"i:,:i 0(11 i ',('lui",', ""
|
||||
1 ) d it'drll,,· '1" ri.·
|
||||
INERT INGREDIENTS
|
||||
CAUTION: t<,l EP ()U r (If- T i J l.
|
||||
! , 1 L f"'C,· '~i, /\ ,-, " ~
|
||||
'''''', I-:-""'~' ' "-, : . -. ,.... r- "" .' ..;,.,h
|
||||
, ",,','
|
||||
. t ~ ... !.
|
||||
SEEO PROTECTANT
|
||||
P R (', n') 1 '.,,' , ) r .. .. ','I' . '. \ ~ ,'\ :" , , \.' '" , "!" ' "
|
||||
Use only reco:nrnendcd rates, LCj\'vl'f' drl'(II:!',tS Intl\ !lOt qi\'f' the dpsin'd CO"
|
||||
trol, Excessive amounts 111il'y' GlliSt.' ~I'I (! i"juI\, Th>, :l'dtf'fldi i<; ,: spI~ci,!i
|
||||
formulationofM&lCb :Hlcl Cllptdl) WII;{I" ',\ f1 l';' ",,'d ,:1 lIlt, LOlrl;ct dJlIJi,{'d
|
||||
tion rates, protects sl'eds il,lCl SPI'd:lf'I;'> dl;,';I'~t ,1'I,d ilUII't' I!I <;()f: hllil'l'
|
||||
disl'"ses such CiS dall1pii)~Juff, IC;ut lut, ""I'd dl'l ,:, ,I'.',j '-.1'I;tiilllll !,:!qllt,
|
||||
r-)' I' ("\ ~, ~; " i' '\ . t \ !, " , ' ' " ., L, ,
|
||||
i'! ,\: I,
|
||||
! 1 ( 'I ~\ ,. , 'j ! :! : I; , ' r
|
||||
'<. ; ,
|
||||
US(~ orO) se(!d t)\, ~11ix;rl~1 \\,:tf, t~lt· -,.·t·(! i!~ tt:" t /1"
|
||||
Planter Box or Dnll Box Rates:
|
||||
Corn seed (field) ""
|
||||
Sc:,ybearls, beans, phiS
|
||||
Peanuts (shelled) , , , ,
|
||||
Slurry Treatment
|
||||
i l",: I; ,
|
||||
. !:
|
||||
') tu ,1 ( )! I il,
|
||||
') 1(1 --I ( 'i t II : ,
|
||||
" , )
|
||||
t ( I ,1 I)! , 1()(J ! i) "
|
||||
1\1 i x 1 I h, () f t 111 S (II d t I 'r 1,:1 I. \' ~ If I 1 q tI i, (,: \', d k I I r 1 I h' ... ': I I r " fl', I ( I;,;" :-; 1 ' t I I I ( j',
|
||||
ut the (11ddlllll'f", (',111 lIe ddjl;'-,tl'ci lu "Pi'!'i ttl!' : ,itl". il',II'ci ,dH)\I' tIl IIII' ',('I'll.
|
||||
Fur t hi.' ( :, pee II I ( II d () r: : ' (rt I ! )( 1 I II 1 t hi', " .Il 1", I 111 , I 'y l)f' (' hI,; I I " "! I"." ~ : I , It, '
|
||||
Aqrlclriluldl ["PI:!I"'I"I! SL!liu(''i ,Ir tIll St.:t.' Aljl'! ,,1 .. ',:: ~ ·,:"II'.I{If
|
||||
Sf'rVILl:,
|
||||
, I'
|
||||
, , "" , ,
|
||||
,
|
||||
, ' , ' i' ,I: I ( ) " ' ,
|
||||
,
|
||||
r ...
|
||||
':.-:
|
||||
,
|
||||
.
|
||||
, ,
|
||||
,~
|
||||
,-
|
||||
" I r
|
||||
.. I· ,.I
|
||||
., , ,
|
||||
.. ; / , ~)
|
||||
, ) i (' , , ), I
|
||||
lOU, U
|
||||
CAUTiON·
|
||||
( ,
|
||||
SEED
|
||||
DISEASE
|
||||
~:O',~rrR(ll
|
||||
DYE ADDED
|
||||
-,
|
||||
( " 1 , ~"
|
||||
\ ~ t
|
||||
.' ,\ I ~ , ,
|
||||
G~
|
||||
PEE
|
||||
~E~
|
||||
:,() II' Nf T
|
||||
'3?JJ'j lAAJj.\~ ~ l2
|
||||
'37/ J;~ (tj.\~11 ~\~
|
||||
Reference in New Issue
Block a user