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.6 kB

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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>dubhe-k8s</artifactId>
  11. <version>0.0.1-SNAPSHOT</version>
  12. <name>k8s 服务提供者</name>
  13. <description>Dubhe k8s provider</description>
  14. <dependencies>
  15. <dependency>
  16. <groupId>org.springframework.boot</groupId>
  17. <artifactId>spring-boot-starter-web</artifactId>
  18. </dependency>
  19. <dependency>
  20. <groupId>org.springframework.cloud</groupId>
  21. <artifactId>spring-cloud-context</artifactId>
  22. </dependency>
  23. <!-- 统一Rest返回工具结构 -->
  24. <dependency>
  25. <groupId>org.dubhe.biz</groupId>
  26. <artifactId>data-response</artifactId>
  27. <version>${org.dubhe.biz.data-response.version}</version>
  28. </dependency>
  29. <!-- k8s 通用模块 -->
  30. <dependency>
  31. <groupId>org.dubhe</groupId>
  32. <artifactId>common-k8s</artifactId>
  33. <version>${org.dubhe.common-k8s.version}</version>
  34. </dependency>
  35. <!-- 远程调用 -->
  36. <dependency>
  37. <groupId>org.dubhe.cloud</groupId>
  38. <artifactId>remote-call</artifactId>
  39. <version>${org.dubhe.cloud.remote-call.version}</version>
  40. </dependency>
  41. <!-- 注册中心 -->
  42. <dependency>
  43. <groupId>org.dubhe.cloud</groupId>
  44. <artifactId>registration</artifactId>
  45. <version>${org.dubhe.cloud.registration.version}</version>
  46. </dependency>
  47. <!-- 配置中心 -->
  48. <dependency>
  49. <groupId>org.dubhe.cloud</groupId>
  50. <artifactId>configuration</artifactId>
  51. <version>${org.dubhe.cloud.configuration.version}</version>
  52. </dependency>
  53. <!-- 统一权限配置 -->
  54. <dependency>
  55. <groupId>org.dubhe.cloud</groupId>
  56. <artifactId>auth-config</artifactId>
  57. <version>${org.dubhe.cloud.auth-config.version}</version>
  58. </dependency>
  59. <!-- log依赖-->
  60. <dependency>
  61. <groupId>org.dubhe.biz</groupId>
  62. <artifactId>log</artifactId>
  63. <version>${org.dubhe.biz.log.version}</version>
  64. </dependency>
  65. <!-- junit -->
  66. <dependency>
  67. <groupId>junit</groupId>
  68. <artifactId>junit</artifactId>
  69. <scope>test</scope>
  70. </dependency>
  71. </dependencies>
  72. <build>
  73. <plugins>
  74. <plugin>
  75. <groupId>org.springframework.boot</groupId>
  76. <artifactId>spring-boot-maven-plugin</artifactId>
  77. <configuration>
  78. <skip>false</skip>
  79. <fork>true</fork>
  80. <classifier>exec</classifier>
  81. </configuration>
  82. </plugin>
  83. <!-- 跳过单元测试 -->
  84. <plugin>
  85. <groupId>org.apache.maven.plugins</groupId>
  86. <artifactId>maven-surefire-plugin</artifactId>
  87. <configuration>
  88. <skipTests>true</skipTests>
  89. </configuration>
  90. </plugin>
  91. </plugins>
  92. </build>
  93. </project>

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