Skip to content
Snippets Groups Projects
Commit b768c610 authored by Rawel's avatar Rawel
Browse files

updated docker to include gcc and other stuff to be able to run the classifier

parent ae2280f1
No related branches found
No related tags found
No related merge requests found
...@@ -304,3 +304,6 @@ pip-selfcheck.json ...@@ -304,3 +304,6 @@ pip-selfcheck.json
# Syzkaller Logs and JSON-Files # Syzkaller Logs and JSON-Files
/Data/DatasetSources/syzkaller/logs/* /Data/DatasetSources/syzkaller/logs/*
/Data/DatasetSources/syzkaller/reproducers/* /Data/DatasetSources/syzkaller/reproducers/*
# Exclude the data folder which is the volume for the databases
/Classifier/Training/*
\ No newline at end of file
...@@ -319,3 +319,6 @@ pip-selfcheck.json ...@@ -319,3 +319,6 @@ pip-selfcheck.json
# ... except gitkeep # ... except gitkeep
!/Data/DatasetSources/syzkaller/logs/.gitkeep !/Data/DatasetSources/syzkaller/logs/.gitkeep
!/Data/DatasetSources/syzkaller/reproducers/.gitkeep !/Data/DatasetSources/syzkaller/reproducers/.gitkeep
# Exclude the data folder which is the volume for the databases
/Classifier/Training/*
\ No newline at end of file
...@@ -62,6 +62,7 @@ services: ...@@ -62,6 +62,7 @@ services:
- default - default
volumes: volumes:
- ./Docker/commit-analysis/repos:/srv/vcc_repos - ./Docker/commit-analysis/repos:/srv/vcc_repos
- ./Docker/commit-analysis/classifier:/project/Classifier/Training
depends_on: depends_on:
- mysql - mysql
- mongo - mongo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment