mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
Update container setup to work better with user permissions and development workflow: - Use ubuntu user instead of root for better permission handling - Configure proper npm global directory paths - Update launch script for easier development workflow - Add support for user ID/group ID configuration 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
6 lines
368 B
Bash
Executable File
6 lines
368 B
Bash
Executable File
# Run this script from <tinyusdz> root.
|
|
|
|
|
|
podman run --rm --userns=keep-id -v `pwd`:/home/ubuntu/workspace -v $HOME/.claude.json:/home/ubuntu/.claude.json -v $HOME/.claude:/home/ubuntu/.claude -it tinyusdz claude
|
|
#podman run --rm -v `pwd`:/home/ubuntu/workspace -v $HOME/.claude.json:/home/ubuntu/.claude.json -v $HOME/.claude:/home/ubuntu/.claude -it tinyusdz bash
|