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,197 @@
|
||||
# RAXIL 0.26 FS SEED TREATMENT FUNGICIDE
|
||||
|
||||
- EPA Reg No: **264-750**
|
||||
- Registrant: BAYER CROPSCIENCE, LLC
|
||||
- Signal word: Caution
|
||||
- Active ingredients: Tebuconazole (3%)
|
||||
- Label accepted: 2002-07-31
|
||||
- Source PDF: https://www3.epa.gov/pesticides/chem_search/ppls/003125-00392-20020731.pdf
|
||||
|
||||
---
|
||||
3/:20 - 39:1. 7- 3/ - d-DOd-,.
|
||||
Raxil® 0.26 FS
|
||||
For use only by commercial seed treaters. For control of
|
||||
specified diseases on wheat, barley and oats.
|
||||
ACTIVE INGREDIENT:
|
||||
Tebuconazole,
|
||||
afpha-[2-(4-chlorophenyl)-ethyl]-a/pha-
|
||||
(1, 1-dimethylethyl)-1H-1 ,2,4-triazole-1-ethanol . 3%
|
||||
INERT INGREDIENTS ....................... ...N1o
|
||||
100%
|
||||
Contains 0.26 pounds tebuconazole per gallon.
|
||||
EPA Reg. No. 3125-392 Net Contents: Gallons
|
||||
STOP - Read The Label Before Use
|
||||
KEEP OUT OF REACH OF CHILDREN
|
||||
CAUTION
|
||||
PRECAUTIONARY STATEMENTS
|
||||
HAZARDS TO HUMANS AND DOMESTIC
|
||||
ANIMALS
|
||||
CAUTION: Harmful if swallowed, inhaled or absorbed
|
||||
through skin. Avoid contact with skin, eyes, and clothing.
|
||||
Avoid breathing vapor or spray mist. Remove contaminated
|
||||
clothing and wash before reuse. Wash thoroughly with soap
|
||||
and water after handling.
|
||||
'--C-CE PTE D
|
||||
JUL 3 I 2002'
|
||||
FIRST AID
|
||||
If swallowed 0 Call a poison control center or
|
||||
doctor Immediately for treatment
|
||||
advice.
|
||||
0 Have person sip a glass of water if
|
||||
able to swallow.
|
||||
0 Do not Induce vomiting unless told
|
||||
to do so by a poison control center
|
||||
or doctor.
|
||||
0 Do not give anything by mouth to an
|
||||
unconscious person.
|
||||
If on sldn or 0 Take off contaminated clothing.
|
||||
clothing 0 Rinse skin Immediately with plenty
|
||||
of water for 15 to 20 minutes.
|
||||
0 Cell a pOison control center or
|
||||
doctor for treatment advice.
|
||||
If In eyes 0 Hold eye open and rinse slowiy and
|
||||
genlly with water for 15 to 20
|
||||
minutes. Remove contact lenses, if
|
||||
present, after the first 5 minutes,
|
||||
then continue rinsing eye.
|
||||
0 Call a pOison control center or
|
||||
doctor for treatment advice.
|
||||
If Inhaled 0 Move person to fresh air.
|
||||
0 If person is not breathing, call 911
|
||||
or an ambulance, then give artificial
|
||||
reSpiration, preferably mouth -to-
|
||||
mouth if possible.
|
||||
0 Cell a pOison control center or
|
||||
doctor for further treatment advice.
|
||||
In case of emergency call toll free the Bayer Kansas City
|
||||
Emergency Response Telephone No. 800-414-0244.
|
||||
Have a product container or label with you when calling
|
||||
ap9ison control center or doctor, or coina for treatment.
|
||||
Note To Physician: No specific antidote. Treat
|
||||
symptomatically.
|
||||
Symptoms of Poisoning: The compound does not cause
|
||||
any definite symptoms that would be diagnostic.
|
||||
Contact wIIh the eves mav cause irritation.
|
||||
ENVIRONMENTAL HAZARDS
|
||||
This pesticide is toxic to estuarine invertebrates.
|
||||
Do not contaminate water when disposing of equipment
|
||||
washwaters or rinsate.
|
||||
..
|
||||
, ..
|
||||
|
||||
DIRECTIONS FOR USE
|
||||
It is a violation of Federal law to use this product in a
|
||||
manner inconsistent with its labeling.
|
||||
IMPORTANT: Read these entire Directions and Conditions
|
||||
of Sale before using RAXIL 0.26 FS.
|
||||
CONDITIONS OF SALE: THE DIRECTIONS ON THIS
|
||||
LABEL WERE DETERMINED THROUGH RESEARCH TO
|
||||
BE THE DIRECTIONS FOR CORRECT USE OF THIS
|
||||
PRODUCT. THIS PRODUCT HAS BEEN TESTED FOR A
|
||||
RANGE OF WEATHER CONDITIONS SIMILAR TO THOSE
|
||||
WEATHER CONDITIONS THAT ARE ORDINARY AND
|
||||
CUSTOMARY IN THE GEOGRAPHIC AREA WHERE THE
|
||||
PRODUCT IS USED. INSUFFICIENT CONTROL OF
|
||||
PESTS AND/OR INJURY TO THE CROP TO WHICH THE
|
||||
PRODUCT IS APPLIED MAY RESULT FROM THE
|
||||
OCCURRENCE OF EXTRAORDINARY OR UNUSUAL
|
||||
WEATHER, OR FROM FAILURE TO FOLLOW LABEL
|
||||
DIRECTIONS. IN ADDITION, FAILURE TO FOLLOW
|
||||
LABEL DIRECTIONS MAY CAUSE INJURY TO OTHER
|
||||
CROPS, ANIMALS, MAN, OR THE ENVIRONMENT.
|
||||
BAYER CORPORATION OFFERS, AND THE BUYER
|
||||
ACCEPTS AND USES, THIS PRODUCT SUBJECT TO THE
|
||||
CONDITIONS THAT EXTRAORDINARY OR UNUSUAL
|
||||
WEATHER, OR FAILURE TO FOLLOW LABEL
|
||||
DIRECTIONS ARE BEYOND THE CONTROL OF BAYER
|
||||
CORPORATION AND ARE, THEREFORE, THE
|
||||
RESPONSIBILITY OF THE BUYER.
|
||||
RAXIL controls or suppresses certain designated seed and
|
||||
soilborne diseases of wheat, barley and oats.
|
||||
SEED TREATMENT: It is recommended that RAXIL 0.26 FS
|
||||
be applied as a water-based slurry through standard slurry
|
||||
or mist-type commercial seed treatment equipment. Prepare
|
||||
a slurry by mixing the specified dosage in 9 to 20 fl oz of
|
||||
water per 100 Ib of seed. Add dye" to the resulting slurry.
|
||||
Mix the slurry thoroughly with the seeds to provide uniform
|
||||
coverage.
|
||||
- 21 eFR Chapter I. Section 2.25 requires grain seed treated with poisonous
|
||||
substances in excess of recognized tolerances be suitably colored with an
|
||||
EPA approved dye. such as one of the dyes listed in 40 CFR Section
|
||||
180.1001 (c) and (d), to prevent their subSeQuent inadvertent use as a
|
||||
food for man or feed for animals.
|
||||
RECOMMENDED APPLICATIONS
|
||||
RATE OF
|
||||
CROP DISEASE RAXIL 0.26 FS
|
||||
Wheat ~ 1 fl oz
|
||||
Barley Covered smut per 100 Ib of seed
|
||||
Oats Loose smut
|
||||
Barley stripe
|
||||
(suppression)
|
||||
Qm
|
||||
Loose smut
|
||||
Wheat
|
||||
Stinking smut
|
||||
Flag smut
|
||||
Loose smut
|
||||
Glume blotch
|
||||
REMARKS
|
||||
Refer to the SEED TREATMENT section on this label for the
|
||||
recommended method of treating seed.
|
||||
Apply the specified dosage for control of smuts and seedbome
|
||||
aluma blotch. and suoDression of barley stripe.
|
||||
Bayer Corporation
|
||||
Crop Protection
|
||||
Box 4913
|
||||
Kansas City, MO 64120-0013
|
||||
(800) 842-8020
|
||||
http://uscrop.bayer.com
|
||||
2
|
||||
~J.
|
||||
NOTE TO USER: For worker protection during mixing, wear
|
||||
a long sleeve shirt, long legged trousers or overalls, and
|
||||
chemical-resistant gloves. Protective clothing should be
|
||||
laundered separately following application.
|
||||
SEED LABELING REQUIREMENTS
|
||||
To meet U. S. Federal Seed Act requirements, all seed
|
||||
treated wHh RAXIL 0.26 FS should be labeled:
|
||||
"Treated with alpha-[2-(4-Chlorophenyl)ethylj-slphs-(1, 1-
|
||||
dimethytethyl)-1 H,1 ,2,4-triazole-1-ethanol (RAXIL)."
|
||||
Do not use treated seed for feed, food or oil purposes.
|
||||
Bariey, wheat and oat green forage may be grazed or
|
||||
harvested for hay 31 days after seeding.
|
||||
STORAGE AND DISPOSAL
|
||||
Do not contaminate water, food or feed by storage or
|
||||
disposal.
|
||||
Pesticide Storage: Store In a cool, dry place and in such a
|
||||
manner as to prevent cross contamination with other
|
||||
pestiCides, fertilizers, food, and feed. Store in original
|
||||
container and out of the reach of children, preferably in a
|
||||
locked storage area.
|
||||
Handle and open container In a manner as to prevent
|
||||
spillage. If container is leaking, invert to prevent leakage. If
|
||||
the container is leaking or material is spilled for any reason
|
||||
or cause, carefully dam up spilled material to prevent runoff.
|
||||
Refer to Precautionary Statements on label for hazards
|
||||
associated with the handling of this material. Do not walk
|
||||
through spilled material. Absorb spilled material with
|
||||
absorbing type compounds and dispose of as directed for
|
||||
pestiCides above. In spill or leak incidents, keep
|
||||
unauthorized people away. You may contact the Bayer
|
||||
Emergency Response Team for decontamination procedures
|
||||
or any other assistance that may be necessary. The Bayer
|
||||
Kansas City Emergency Response Telephone No. is
|
||||
800414-0244 contact Chemtrec at 800-424-9300.
|
||||
Pesticide Disposal: Wastes resulting from the use of this
|
||||
product may be disposed of on site or at an approved waste
|
||||
disposal facility.
|
||||
Container Disposal: Triple rinse (or equivalent). Then offer
|
||||
for recycling or reconditioning, or puncture and dispose of in
|
||||
a sanitary landfill, or inCineration, or, if allowed by state and
|
||||
local authorities, by burning. If burned, stay out of smoke.
|
||||
0-9738 070502
|
||||
• . .
|
||||
•
|
||||
B~y.~rEt3
|
||||
1.1 j.
|
||||
-
|
||||
Reference in New Issue
Block a user