13 lines
228 B
YAML
13 lines
228 B
YAML
version: "3.7"
|
|
services:
|
|
conda:
|
|
build: ./
|
|
container_name: conda
|
|
volumes:
|
|
- "./:/opt/notebooks"
|
|
- /tmp/.X11-unix:/tmp/.X11-unix
|
|
environment:
|
|
- DISPLAY=${DISPLAY}
|
|
ports:
|
|
- "8888:8888"
|