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.

pom.xml 3.7 kB

3 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>org.dubhe</groupId>
  7. <artifactId>server</artifactId>
  8. <version>0.0.1-SNAPSHOT</version>
  9. </parent>
  10. <artifactId>common-k8s</artifactId>
  11. <version>0.0.1-SNAPSHOT</version>
  12. <name>k8s 通用模块</name>
  13. <description>Dubhe K8s Common</description>
  14. <dependencies>
  15. <!-- Biz 通用配置 -->
  16. <dependency>
  17. <groupId>org.dubhe.biz</groupId>
  18. <artifactId>file</artifactId>
  19. <version>${org.dubhe.biz.file.version}</version>
  20. </dependency>
  21. <dependency>
  22. <groupId>org.dubhe.biz</groupId>
  23. <artifactId>redis</artifactId>
  24. <version>${org.dubhe.biz.redis.version}</version>
  25. </dependency>
  26. <dependency>
  27. <groupId>org.dubhe.biz</groupId>
  28. <artifactId>db</artifactId>
  29. <version>${org.dubhe.biz.db.version}</version>
  30. </dependency>
  31. <dependency>
  32. <groupId>org.dubhe.cloud</groupId>
  33. <artifactId>swagger</artifactId>
  34. <version>${org.dubhe.cloud.swagger.version}</version>
  35. </dependency>
  36. <dependency>
  37. <groupId>org.springframework.boot</groupId>
  38. <artifactId>spring-boot-starter-web</artifactId>
  39. </dependency>
  40. <!-- fabric8 -->
  41. <dependency>
  42. <groupId>io.fabric8</groupId>
  43. <artifactId>kubernetes-client</artifactId>
  44. <version>${fabric.io.version}</version>
  45. </dependency>
  46. <!-- gson -->
  47. <dependency>
  48. <groupId>com.google.code.gson</groupId>
  49. <artifactId>gson</artifactId>
  50. </dependency>
  51. <dependency>
  52. <groupId>org.elasticsearch.client</groupId>
  53. <artifactId>elasticsearch-rest-high-level-client</artifactId>
  54. </dependency>
  55. <dependency>
  56. <groupId>org.elasticsearch</groupId>
  57. <artifactId>elasticsearch</artifactId>
  58. </dependency>
  59. <!-- https://mvnrepository.com/artifact/jakarta.validation/jakarta.validation-api -->
  60. <dependency>
  61. <groupId>jakarta.validation</groupId>
  62. <artifactId>jakarta.validation-api</artifactId>
  63. </dependency>
  64. <dependency>
  65. <groupId>org.dubhe.biz</groupId>
  66. <artifactId>data-permission</artifactId>
  67. <version>0.0.1-SNAPSHOT</version>
  68. <scope>compile</scope>
  69. </dependency>
  70. <dependency>
  71. <groupId>com.auth0</groupId>
  72. <artifactId>java-jwt</artifactId>
  73. <version>3.4.0</version>
  74. </dependency>
  75. <dependency>
  76. <groupId>org.springframework.boot</groupId>
  77. <artifactId>spring-boot-starter-websocket</artifactId>
  78. </dependency>
  79. <dependency>
  80. <groupId>com.github.docker-java</groupId>
  81. <artifactId>docker-java</artifactId>
  82. <version>3.2.11</version>
  83. </dependency>
  84. </dependencies>
  85. <build>
  86. <plugins>
  87. <plugin>
  88. <groupId>org.springframework.boot</groupId>
  89. <artifactId>spring-boot-maven-plugin</artifactId>
  90. </plugin>
  91. </plugins>
  92. <resources>
  93. <resource>
  94. <filtering>true</filtering>
  95. <directory>src/main/resources</directory>
  96. </resource>
  97. </resources>
  98. </build>
  99. </project>

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