You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

imgprocess.yaml 1.1 kB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. ---
  2. apiVersion: apps/v1
  3. kind: Deployment
  4. metadata:
  5. name: imgprocess
  6. namespace: algorithm-open
  7. spec:
  8. selector:
  9. matchLabels:
  10. app: imgprocess
  11. replicas: 1
  12. template:
  13. metadata:
  14. labels:
  15. app: imgprocess
  16. spec:
  17. terminationGracePeriodSeconds: 60
  18. containers:
  19. - name: imgprocess
  20. image: harbor.dubhe.ai/dataset/imgprocess:v1
  21. imagePullPolicy: IfNotPresent
  22. lifecycle:
  23. preStop:
  24. exec:
  25. command: ["test","-e","/root/.startup"]
  26. command: ["/bin/bash","-c","cd /dubhe_data_process && python main.py imgprocess False 127.0.0.1,6379,10,'Tianshu@123'"]
  27. volumeMounts:
  28. - name: imgprocess-fs
  29. mountPath: /nfs
  30. - name: dubhe-data-process
  31. mountPath: /dubhe_data_process
  32. ports:
  33. - containerPort: 9898
  34. protocol: TCP
  35. volumes:
  36. - name: imgprocess-fs
  37. hostPath:
  38. path: /nfs
  39. type: Directory
  40. - name: dubhe-data-process
  41. hostPath:
  42. path: /dubhe_data_process
  43. type: Directory

一站式算法开发平台、高性能分布式深度学习框架、先进算法模型库、视觉模型炼知平台、数据可视化分析平台等一系列平台及工具,在模型高效分布式训练、数据处理和可视分析、模型炼知和轻量化等技术上形成独特优势,目前已在产学研等各领域近千家单位及个人提供AI应用赋能