Howie
Howie
### Describe your problem
### Reminder - [x] I have read the above rules and searched the existing issues. ### System Info - `llamafactory` version: 0.9.2.dev0 - Platform: Linux-6.2.0-32-generic-x86_64-with-glibc2.35 - Python version: 3.10.12 -...
I followed the example of docker-registry-ui/examples/ui-as-standalone/credentials.yml but it couldn't utilize the authentication feature. ``` services: registry: image: registry:latest container_name : registry ports: - 5000:5000 restart: always privileged: true volumes: -...