We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e5e3dc commit 6b7dee1Copy full SHA for 6b7dee1
docker-compose.yml
@@ -1,14 +1,16 @@
1
notebook:
2
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
5
volumes:
- - "./VCF_Comp:/opt/docker/notebooks/__VCF_Comp__"
6
+ - "./VCF_Comp:/opt/docker/VCF_Comp"
7
- "./data:/opt/docker/data"
8
- "./snpEff1:/opt/docker/snpEff"
9
ports:
10
- "9000:9000"
11
- "4040:4040"
12
working_dir: /opt/docker
- entrypoint: ./bin/spark-notebook -J-Xmx7g # -J-Xms1024m
13
+ entrypoint: ./bin/spark-notebook -J-Xmx8g
14
lightning:
15
image: lightningviz/lightning:latest
16
0 commit comments