Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

#18534 Create .dockerignore

Merged
Glenn Jocher merged 1 commits into Ultralytics:main from ultralytics:dockerignore
1
2
3
4
5
6
7
8
9
  1. # Ultralytics YOLO ๐Ÿš€, AGPL-3.0 license
  2. from .fastsam import FastSAM
  3. from .nas import NAS
  4. from .rtdetr import RTDETR
  5. from .sam import SAM
  6. from .yolo import YOLO, YOLOWorld
  7. __all__ = "YOLO", "RTDETR", "SAM", "FastSAM", "NAS", "YOLOWorld" # allow simpler import
Discard
Tip!

Press p or to see the previous file or, n or to see the next file