zibin

Results 4 issues of zibin

workspace ├── env ├── minio └── mysql --------------------------重点/key-------------------------- chown -R 999:0 ./workspace -------------------------------------------------------------- services: wandb-local: image: wandb/local:latest container_name: wandb restart: always ports: - "8096:8080" environment: - HOST=http://192.168.1.102:8096 volumes: - ./workspace:/vol