Skip to content

Commit 6b7dee1

Browse files
committed
Change in Docker volume redirection
1 parent 4e5e3dc commit 6b7dee1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docker-compose.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
notebook:
22
image: andypetrella/spark-notebook:0.6.3-scala-2.10.5-spark-1.6.0-hadoop-2.6.0-with-hive-with-parquet
3+
environment:
4+
- NOTEBOOKS_DIR=VCF_Comp
35
volumes:
4-
- "./VCF_Comp:/opt/docker/notebooks/__VCF_Comp__"
6+
- "./VCF_Comp:/opt/docker/VCF_Comp"
57
- "./data:/opt/docker/data"
68
- "./snpEff1:/opt/docker/snpEff"
79
ports:
810
- "9000:9000"
911
- "4040:4040"
1012
working_dir: /opt/docker
11-
entrypoint: ./bin/spark-notebook -J-Xmx7g # -J-Xms1024m
13+
entrypoint: ./bin/spark-notebook -J-Xmx8g
1214
lightning:
1315
image: lightningviz/lightning:latest
1416
ports:

0 commit comments

Comments
 (0)