mirror of
https://github.com/Laurent2916/REVA-QCAV.git
synced 2024-11-09 15:02:03 +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"
|
version: "3"
|
||||||
|
|
||||||
services:
|
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
|
# development container
|
||||||
dev:
|
dev:
|
||||||
container_name: dev
|
container_name: dev
|
||||||
|
@ -28,3 +17,12 @@ services:
|
||||||
devices:
|
devices:
|
||||||
- capabilities:
|
- capabilities:
|
||||||
- gpu
|
- 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