mirror of
https://github.com/Laurent2916/REVA-QCAV.git
synced 2024-11-08 22:42:02 +00:00
0cb52febd7
Former-commit-id: 502f9821bddd45574a46cdfe017524a6fac9f102 [formerly 5e2f3679b65b8ae554e1cdd3e1c13ae190e07bd0] Former-commit-id: 6337e42ef9b051064a9cb2716ef37b272b09673e
25 lines
422 B
YAML
25 lines
422 B
YAML
version: "3"
|
|
|
|
services:
|
|
|
|
# development container
|
|
development:
|
|
container_name: dev
|
|
hostname: dev
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
volumes:
|
|
- ..:/workspace
|
|
stdin_open: true
|
|
|
|
# wandb dashboard
|
|
wandb:
|
|
image: wandb/local
|
|
container_name: wandb-local
|
|
hostname: wandb-local
|
|
volumes:
|
|
- /media/disk2/lfainsin/wandb-local/:/vol
|
|
ports:
|
|
- 8080:8080
|