We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4783b56 + d956b15 commit a082a8eCopy full SHA for a082a8e
.dockerignore
@@ -1,4 +1,6 @@
1
temp
2
test
3
logs
4
-notebook
+notebook
5
+feature_finding
6
+__pycache__*
docker-compose.yml
@@ -48,6 +48,7 @@ services:
48
- ./output:/app/output:rw
49
- ./logs:/app/logs:rw
50
- ./temp:/app/temp:rw
51
+ - ./feature_finding:/app/feature_finding:ro
52
command: /app/run_worker_compute.sh
53
restart: unless-stopped
54
depends_on:
0 commit comments