first commit
This commit is contained in:
commit
cd1e91bb99
287 changed files with 86425 additions and 0 deletions
25
rasta_exp/docker/blueseal/README.md
Normal file
25
rasta_exp/docker/blueseal/README.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
# 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 ...
|
||||
```
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue