fix: don't mount /vol for wandb-local, broken permission, should deploy mino and mariadb containers instead

This commit is contained in:
Laurent Fainsin 2022-09-13 13:48:49 +02:00
parent 41224983f7
commit 96fcc64ea6
2 changed files with 9 additions and 11 deletions

View file

@ -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