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 2.5 kB

5 years ago
5 years ago
5 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xmlns="http://maven.apache.org/POM/4.0.0"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <parent>
  6. <artifactId>dubheplatform</artifactId>
  7. <groupId>zhejianglab</groupId>
  8. <version>1.0</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>dubhe-data</artifactId>
  12. <name>数据处理</name>
  13. <properties>
  14. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  15. <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
  16. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  17. <argLine>-Dfile.encoding=UTF-8</argLine>
  18. </properties>
  19. <dependencies>
  20. <dependency>
  21. <groupId>zhejianglab</groupId>
  22. <artifactId>common</artifactId>
  23. <version>1.0</version>
  24. </dependency>
  25. <dependency>
  26. <groupId>zhejianglab</groupId>
  27. <artifactId>dubhe-system</artifactId>
  28. <version>1.0</version>
  29. <scope>compile</scope>
  30. </dependency>
  31. <!-- javacv -->
  32. <dependency>
  33. <groupId>org.bytedeco</groupId>
  34. <artifactId>javacv</artifactId>
  35. <version>1.4.3</version>
  36. </dependency>
  37. <dependency>
  38. <groupId>org.bytedeco.javacpp-presets</groupId>
  39. <artifactId>ffmpeg-platform</artifactId>
  40. <version>4.0.2-1.4.3</version>
  41. </dependency>
  42. </dependencies>
  43. <build>
  44. <plugins>
  45. <!-- Docker maven plugin -->
  46. <plugin>
  47. <groupId>com.spotify</groupId>
  48. <artifactId>docker-maven-plugin</artifactId>
  49. <version>1.2.2</version>
  50. <configuration>
  51. <imageName>${project.artifactId}</imageName>
  52. <dockerDirectory>src/main/docker</dockerDirectory>
  53. <resources>
  54. <resource>
  55. <targetPath>/</targetPath>
  56. <directory>${project.build.directory}</directory>
  57. <include>${project.build.finalName}.jar</include>
  58. </resource>
  59. </resources>
  60. </configuration>
  61. </plugin>
  62. <!-- Docker maven plugin -->
  63. </plugins>
  64. </build>
  65. </project>

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

Contributors (1)