mirror of
https://github.com/ultralytics/yolov5.git
synced 2025-06-02 22:29:06 +08:00
* add the configuration to deploy yolov5 in a docker container in app engine on google cloud * remove the duplicated requirements, place the google app engine files in utils * remove the unused requirements Co-authored-by: guilhembau <guilhem@6dbytes.com>
5 lines
105 B
Plaintext
5 lines
105 B
Plaintext
# add these requirements in your app on top of the existing ones
|
|
pip==18.1
|
|
Flask==1.0.2
|
|
gunicorn==19.9.0
|