-
Notifications
You must be signed in to change notification settings - Fork 0
/
veld_jupyter_notebook.yaml
47 lines (43 loc) · 1.21 KB
/
veld_jupyter_notebook.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
x-veld:
code:
description: "a word2vec jupyter notebook, for quick experiments"
topic:
- "NLP"
- "Machine Learning"
- "Word Embeddings"
input:
- volume: /veld/input/
description: "arbitrary storage for word2vec experiments"
file_type:
- "word2vec model"
- "txt"
content:
- "NLP model"
- "Word Embeddings model"
- "model metadata"
- "NLP training data"
- "Word Embeddings training data"
- "raw text"
output:
- volume: /veld/output/
description: "arbitrary storage for word2vec experiments"
file_type:
- "word2vec model"
- "txt"
content:
- "NLP model"
- "Word Embeddings model"
- "model metadata"
- "NLP training data"
- "Word Embeddings training data"
- "raw text"
services:
veld_jupyter_notebook:
build: .
command: jupyter notebook --allow-root --ip='*' --NotebookApp.token='' --NotebookApp.password=''
ports:
- 8888:8888
volumes:
- ./src/jupyter_notebook/:/veld/code/:z
- ./data/input/:/veld/input/:z
- ./data/output/:/veld/output/:z