-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
38 lines (38 loc) · 867 Bytes
/
Copy pathdocker-compose.yml
File metadata and controls
38 lines (38 loc) · 867 Bytes
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
version: "2.4"
services:
gpu:
build:
context: ./
dockerfile: Dockerfile
ports:
- '8888:8888'
volumes:
- type: bind
source: .
target: /projects/burg2021_learning-divisive-normalization
bind:
propagation: shared
- type: bind
source: ./data
target: /data
bind:
propagation: shared
runtime: nvidia
environment:
- JUPYTER_TOKEN=set_your_token
- USER=burg
- NB_UID=617278
- NB_USER=burg
- NB_GID=47162
- NB_GROUP=ECKERLAB
- HOME=/home/burg
- DISPLAY=$DISPLAY
- NVIDIA_VISIBLE_DEVICES=0
- GPU=0
- JUPYTER_ENABLE_LAB=yes
- GRANT_SUDO=yes
- CHOWN_HOME=yes
container_name: burg2021_learning-divisive-normalization
shm_size: 128G
user: root
working_dir: /projects