rasta/rasta_exp/docker/blueseal/README.md
Jean-Marie Mineau cd1e91bb99
first commit
2023-11-16 14:30:24 +01:00

25 lines
388 B
Markdown

# Blueseal
- [source](https://github.com/ub-rms/blueseal)
- [paper](https://dl.acm.org/doi/10.1145/2642937.2643018)
- language: Java7
- Build: Ant
- number of years without at least 1 commit since first commit: 7
- License: None
## Notes
Troubles on laptop:
Build:
```
docker build --ulimit nofile=65536:65536 .
```
Run
```
docker run --ulimit nofile=65536:65536 -it -v ...
```