mirror of
https://github.com/Laurent2916/REVA-QCAV.git
synced 2024-11-08 14:39:00 +00:00
fix: don't mount /vol for wandb-local, broken permission, should deploy mino and mariadb containers instead
This commit is contained in:
parent
41224983f7
commit
96fcc64ea6
|
@ -1,17 +1,6 @@
|
|||
version: "3"
|
||||
|
||||
services:
|
||||
# wandb dashboard
|
||||
wandb:
|
||||
hostname: wandb-local
|
||||
container_name: wandb-local
|
||||
image: wandb/local
|
||||
volumes:
|
||||
- ./wandb-local/:/vol
|
||||
ports:
|
||||
- 8080:8080
|
||||
restart: unless-stopped
|
||||
|
||||
# development container
|
||||
dev:
|
||||
container_name: dev
|
||||
|
@ -28,3 +17,12 @@ services:
|
|||
devices:
|
||||
- capabilities:
|
||||
- gpu
|
||||
|
||||
# wandb dashboard
|
||||
wandb:
|
||||
hostname: wandb-local
|
||||
container_name: wandb-local
|
||||
image: wandb/local
|
||||
ports:
|
||||
- 8080:8080
|
||||
restart: unless-stopped
|
||||
|
|
Loading…
Reference in a new issue