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,156 @@
|
||||
# METHOMYL 5G INSECTICIDE FOR USE ON CORN
|
||||
|
||||
- EPA Reg No: **9779-331**
|
||||
- Registrant: WINFIELD SOLUTIONS, LLC
|
||||
- Signal word: Warning
|
||||
- Active ingredients: Methomyl (5%)
|
||||
- Label accepted: 1995-07-06
|
||||
- Source PDF: https://www3.epa.gov/pesticides/chem_search/ppls/009779-00331-19950706.pdf
|
||||
|
||||
---
|
||||
•
|
||||
•
|
||||
fM- 19 ( (
|
||||
RESTRICTED USE PESTICIDE
|
||||
0 ... to Hith __ Toxicity to Humano
|
||||
Fo, ,.teil .... to .nd u .. only by c.rtifi~ 8ppIio8tO' or 1* ...... und .. thei, eIi,..,t _Nioton _ only fo, thoN u •••
|
||||
covered by the certified applicator's certification. Direct iUpervilion for this product i. d.fined •• the certified applicetor
|
||||
being physicellV present durino application, mixing. (oeding. rep., and cl •• ning of 8pPIication equipment. Comm.rciel
|
||||
certified applicators must also ensure that .1 persons involved in these activities .re informed 0' the precautionary
|
||||
statements.
|
||||
R'
|
||||
METHOMYL 5G INSECTICIDE
|
||||
FOR USE ON CORN
|
||||
For Usa Only In Rorida, Georgia and Alabama
|
||||
ACTIVE INGREDIENT
|
||||
Methomyt: S·Methyt·N·lmethytcarb.."..yI)oxyl
|
||||
thioecetlmidate ...••........•.....•... • • • . . • . • • • • 5%
|
||||
INERT INGREDIENTS .•••••.••••••••••••• • • • . • . . . • . • • • . • • • • • • 95%
|
||||
KEEP OUT OF REACH OF CHILDREN
|
||||
WARNING (AVISO)
|
||||
51 usted no entiendela etiqueta. busque a alguien P.1Jr.11 que se Ie explique a lJ£'ted en detalle. tlf you do not und.rstand the label.
|
||||
find someone to explain it to you in detaiL)
|
||||
STATEMENT Of PRACTICAL TREATMENT
|
||||
If Iwallow.d. can a physician or Poison Control Center. Drink 1 or 2 glasses of water. and induce vomiting by touching b.ck of
|
||||
throat with finger. or, if available. by administering syrup of ipecilc. Repeat until vomit fluid is clear. Do not induce vomiting or
|
||||
Oive anything by mouth to an unconscIous person. Get medical attention.
|
||||
In ca •• of cont.ct. wash skin with plenty of soap and waier; for eyes. flush with water for 15 minutes. Get medical ilnention.
|
||||
If inhaled, remove to fresh air. If not breathing, give artificial respiration. preferably mouth·to-mouth. Get medical attention.
|
||||
Read Additional PRECAUTIONARY STATEMENTS.
|
||||
PRECAUTIONARY STATEMENTS
|
||||
WARNING
|
||||
HAZARDS TO HUMANS AND DOMESTIC ANIMALS
|
||||
May be fatal if swallowed. inhaled or absorbed through the skin. 00 not get in eyes, on skin, or on clothing. Do not br.athe dust.
|
||||
If poisoning occurs, obtain prompt medica' .d.
|
||||
Perlonal Protective Equipment
|
||||
Applicators and other handlers must wear coveralls over short-sleeved shirt and short pants. waterproof gloves. chemical·resistant
|
||||
footwear plus socks. protective eyewea,. chemical-resistant headgear for overhead exposure, and chemical-resistont apron when
|
||||
cleaning equipment, mixing or loading. For exposures in enclosed .r.a5, a respirator with either an organic v ... apor·~emoving
|
||||
c.rtridge with a prefilter approved for pesticides (MSHA/NIOSH approval number prefix TC-23C). or a canisten~~t.)I/ed for
|
||||
pesticides (MSHA/NIOSH approval number prefix TC·14G). For exposures outdoors. dust/mist filtering respirator '(MSHA/NIOSH
|
||||
approval number prefix TC-21 CJ. : " • I
|
||||
••
|
||||
Follow manufacturer's instructions for cleaning/maintaining PPE. If no such instructions for washables. use detergellt and ho( • I : • :
|
||||
water. Keep.nd wash PPE sap.rately from other laundry.
|
||||
EPA Reg. No. 9779-331
|
||||
Manufactured For
|
||||
RIVERSIDEITERRA CORPORATION
|
||||
P.O. Box 6000. Sioux City. Iowa 51102-6000
|
||||
Riverside Serves Agriculture. Agriculture Sl!lfVeS Ev~rvone.
|
||||
, .....
|
||||
~CCEPTED '.... ":::.
|
||||
EPA Est. No •. '/t?74-FL·07 •• , , •
|
||||
JUl 0 61995
|
||||
VDd. III. Federal ~.
|
||||
FUDgIdd.., mad Rod.nlldlcle Act
|
||||
'"' _d.cI. lor !be ...... cld.
|
||||
reg\-.cI .... d.
|
||||
I EPA R!g. No. "1~"'''1"'1·''! - ~
|
||||
NET i:'ONTENTS . ... , 40 LBS
|
||||
113
|
||||
L-___________________________ _ .. '
|
||||
|
||||
r
|
||||
{ , ,
|
||||
Enoineering Controle St ••• men,.: When handler. use closed systems. encloled cabs. or .,cr.ft in a menner that mee •• the
|
||||
requirements listed in the Worker Protection St_lCI.rd (WPS) for aoricultur. pasticid •• I40 CFR 170.240(d)(4·6H. the handl.r
|
||||
PPE r.quir ..... nt ..... y b. reduced or modified .. opeclfled in th. WPS.
|
||||
USER SAfETY RECOMMENDATIONS
|
||||
Users should w.sh hands befor" eating. drinking. chewing gum, using tobacco or using the toilet. Remove clothing
|
||||
immediately if pesticide gets inside. Tuen wash thoroughly lind put On cl •• n clothing. Remova PPE immediately .fter
|
||||
handling tNS product. Wash the outside of gtoves before removing. As soon .s possibl •• wash thoroughiy and change into
|
||||
cl.an clothing.
|
||||
ENVIRONMENTAL HAZARDS
|
||||
Thi. product i. toxic to bird •. Collect, cover Of incorporate granul ••• pilled on the IOiI ..,rfec •. Do not apply direcdy to wa'.r,
|
||||
or to .r.a. wh.r. surf.ce water i. pr.sent, or to intenid. ar ••• below the mean high w.ter mark. Do not cont.-ninate wlt.r
|
||||
when dispoling of equipment wishwaters.
|
||||
STORAGE AND DISPOSAL
|
||||
DO NOT CONTAMINATE WATER. FOOD. OR FEED BY STORAGE OR DISPOSAL.
|
||||
STORAGE
|
||||
All pesticides should remain in original containers in I locked storage area.
|
||||
Cut open bag in such • manner as to avoid drift ooto an individual.
|
||||
accumulation.
|
||||
Store in a dry. cool are •• Moisture may ruin product.
|
||||
Rese. paltial b-as with tape to prevent moisture
|
||||
DISPOSAL
|
||||
P •• ticid. Die;poaal: Pesticide wastes are acutely haZArdous. Improper disposal of .xce5. pesticide. sprlY mixtur., or rin .. te i.
|
||||
a violation of Federal law. If these wast.s cannot be disposed of by USe according to label instructions. contact your State
|
||||
Pesticide or Environmental Control Agency or the Hazardous Waste representative It the nearest EPA regional offica for guidanca.
|
||||
In C ••• of Spill: Collect spilled material and place in a recovery drum. Dispose of in accordance with Federal, State and local
|
||||
environmental regulations.
|
||||
Con,.iner Oi.po •• I: Completely empty bag Into application equipment. Then dispose of empty bag in a sanitary landfiH, or
|
||||
incineration, or, If allowed by State and local authorities, by burning. If burned. stay out of smoke. Discard empty cont.ners.
|
||||
Never reuse!
|
||||
DIIlECTIONS FOR USE
|
||||
It is II violation of Federal Law to use thiS product in a manner inconsistent with its labeling.
|
||||
00 not apply this product in a way that will contact workers or other persons. eith ... directly or through drift. Only protected
|
||||
handlers may be in the ~rea during application. For .. ny requirements specific to your State Dr Tribe. consult the agency
|
||||
responsible for pesticide regulation.
|
||||
AGRICULTURAL USE REQUIREMENTS
|
||||
Use this product only in accord .. nce with its labeling and with the Worker Protection Standard, 40 CFR Part 170. This
|
||||
Standard contains requirements for the protection of agricultural workers on farm~ forests, nu';series, and gr •• nhouses.
|
||||
and handlers of aoriculturel pesticides. It cont.ns requirements 'or training, decontwni .... rion. notification, and emergency
|
||||
assistance. It also contlins specific instructions Ind exceptions pertaining to the statement. on this libel about personal
|
||||
protactive equipment (PPE) and restricted-entry interval. The requirements in this box only ~ply to uses of this product
|
||||
th.t are covered by the Worker Protection Standard.
|
||||
00 not enter or allow worker entry into trelted ere., during the restricted entry interval (REI) of 48 hours.
|
||||
PPE required for early entry to treated .,eas that is permittad under tha Worker Protection Standard and that involves
|
||||
contact with anything that has been treated, such .s pllnts, soil. or water i!: coverall. over short-sleeved shi~ and",short
|
||||
pants, wlterproof gloves. chemical· resistant footwear plus socks, protective eye ••• r. end chemical· resistent ~tMt~ for
|
||||
overhead exposure.
|
||||
APPliCATION AND DOSAGE
|
||||
CROP PEST RATE OF METHOMYL 50
|
||||
Corn Fall Armyworm 3 Ibs./acre
|
||||
Corn Earworm
|
||||
• • ••
|
||||
•
|
||||
•
|
||||
METHOD OF APPLICATION, , , ,
|
||||
~ I/' ....
|
||||
Ground equipment DI"IV. banded in th!l row
|
||||
,
|
||||
• , ,
|
||||
............
|
||||
METHOMYL 5G INSECTICIDE IS recommended fOf use on corn for control of fall armyworm and corn earworm.
|
||||
METHOMYL 50 INSECTICloe should be applied during the early growth period of corn, in the whorl stage betwe~h ~. 7 true
|
||||
leaves up until tasseling_
|
||||
... ........... . " •
|
||||
............
|
||||
I I
|
||||
, ' . .. ~
|
||||
|
||||
• ,
|
||||
Apply 3 Ibl. METHOMYL SG plr acre by ground equipment oniV. banded in the row with granules directed into the whorl of the
|
||||
plant. Apply when invnaturelarvae are found in significant numbers in the whorl. No more than 10 applications should be made
|
||||
per crop .'.son.
|
||||
NOTE: Do not graze or feed tteated plants to livestock within 3 days after last application.
|
||||
NOTICE: Seller warrants that the product conforms to its chemical description and is reasonably fit for the purposes stated on
|
||||
the l.b,1 when used in accordance with directions under normal conditions of ua., but nlither thi, warranty nor any other
|
||||
warranty of merchantability or fitness for .. particular purpose, Ixpress or implied, extends to the USe of this product contrary to
|
||||
label instructions. or under abnormal conditions. or under conditions not reasonably foresee.bl. to Seller •• nd Buyer .ssumes the
|
||||
risk of any such use.
|
||||
. . (,.t'·"·
|
||||
..
|
||||
,-" . . ,
|
||||
3
|
||||
3
|
||||
Reference in New Issue
Block a user