aboutsummaryrefslogtreecommitdiffhomepage
path: root/Dockerfile
Commit message (Collapse)AuthorAgeFilesLines
* Fixup Dockerfile.J08nY2025-11-171-5/+5
|
* revert spacy model download installationAdam Janovsky2024-02-201-1/+2
|
* spacy model download now with pipAdam Janovsky2024-02-201-2/+1
|
* change installed reqs in dockerfile to shrink docker image sizeAdam Janovsky2023-11-271-1/+1
|
* bump required python to 3.8Adam Janovsky2023-11-141-3/+2
|
* introduce all_requirements.txtadamjanovsky2023-10-181-5/+4
|
* don't clone in dockerfile, copy local repo contentsAdam Janovsky2023-07-131-5/+17
|
* update pypi actionAdam Janovsky2022-12-101-1/+2
|
* Refactor FIPS & unify CLI actions (#275)adamjanovsky2022-12-081-4/+0
| | | | | | | | | | * Unifies CLIs into sine CLI * Merge much of dataset functionality into `Dataset` baseclass * Refactor `unittest` -> `pytest` * Unify processing pipeline across datasets (common public functions) * Unify and refactor processing of auxillary datasets (CPE, CVE, PP, Algorithms, ...) * Upgrade Github Actions pipelines * Allow for failure of some tests * Refactor type hints
* Add tesseract to Docker and docs.J08nY2022-07-091-0/+1
|
* better docker instructionsAdam Janovsky2022-06-221-1/+5
|
* fix docker buildAdam Janovsky2022-05-271-6/+2
|
* merge mainAdam Janovsky2022-05-201-0/+3
|\
* | move dockerfile so that binder can find itAdam Janovsky2022-05-011-0/+57
|/
* delete dockerfile from root repositoryAdam Janovsky2021-05-251-45/+0
|
* trying to workout the dockerfile for binderAdam Janovsky2021-05-141-0/+12
|
* CC CLIAdam Janovsky2021-05-131-1/+1
|
* Update DockerfileLéo Vansimay2021-04-231-1/+1
| | | Modified the path of the demo script.
* Create DockerfileLéo Vansimay2021-04-161-0/+33
Adding the Dockerfile to the repo, we can build the container with it, and run the demo script (/!\reminder: 3 hours long to run) Next step is to push the image to DockerHub, so we won't need to build the image anymore.