Search on legal documents using Tensorflow and a web_actix web interface
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
986 B

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. version: '3.1'
  2. services:
  3. pluriton:
  4. build: ../build/tfgpu-pluriton
  5. container_name: pluriton_python_app
  6. restart: always
  7. deploy:
  8. resources:
  9. reservations:
  10. devices:
  11. - capabilities: [gpu]
  12. networks:
  13. - pluritonNet
  14. deb-rust-pluriton-interface:
  15. build: ../build/deb-rust-pluriton-interface
  16. container_name: deb-rust-pluriton-interface
  17. restart: always
  18. environment:
  19. - RUST_BACKTRACE=full
  20. ports:
  21. - "127.0.0.1:1020:7050"
  22. networks:
  23. - pluritonNet
  24. networks:
  25. pluritonNet:
  26. driver: bridge