Skip to content

Commit a082a8e

Browse files
authored
Merge pull request #179 from mwang87/slim-docker
Slimming Docker to not copy in more binaries
2 parents 4783b56 + d956b15 commit a082a8e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.dockerignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
temp
22
test
33
logs
4-
notebook
4+
notebook
5+
feature_finding
6+
__pycache__*

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ services:
4848
- ./output:/app/output:rw
4949
- ./logs:/app/logs:rw
5050
- ./temp:/app/temp:rw
51+
- ./feature_finding:/app/feature_finding:ro
5152
command: /app/run_worker_compute.sh
5253
restart: unless-stopped
5354
depends_on:

0 commit comments

Comments
 (0)