Skip to content

Commit 363bceb

Browse files
committed
Correctly calculate JAVA_HOME path.
1 parent 96eac3c commit 363bceb

File tree

3 files changed

+1144
-1140
lines changed

3 files changed

+1144
-1140
lines changed

hbase/docker-compose.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
services:
2+
3+
notebook:
4+
image: "quay.io/jupyter/scipy-notebook"
5+
ports:
6+
- "8888:8888"
7+
volumes:
8+
- ..:/home/jovyan/work/bdge
9+
user: root
10+
environment:
11+
- GRANT_SUDO=yes
12+

0 commit comments

Comments
 (0)