mirror of
https://github.com/Laurent2916/REVA-QCAV.git
synced 2024-11-08 14:39:00 +00:00
b1d7369188
Former-commit-id: 9be6ae28812816464eddce68a0062f999e10acdb [formerly 966d86bf049bf9b798fa4c39b59f0d0f54a290b3] Former-commit-id: 85c6a59cf9126b2da4394de780271a56b3dd242b
25 lines
414 B
YAML
25 lines
414 B
YAML
version: "3"
|
|
|
|
services:
|
|
|
|
# development container
|
|
dev:
|
|
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:
|
|
# - ./wandb-local/:/vol
|
|
# ports:
|
|
# - 8080:8080
|