-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
todo list #71
Comments
需要能够把SCR_WIDTH、SCR_HEIGHT注入环境变量 |
install adb command |
删除两个libtinfo5_6.3-2ubuntu0.1_amd64 deb包 |
sudo apt install libfl-dev |
推荐使用tigervnc-viewer,可以自动调整TorchPod的分辨率。 |
disable docker proxy to build new docker image |
macos 文件系统大小写不敏感的问题 |
启动时如果有/tmp/.X0-lock 这个文件就删除 |
提示macos默认的文件系统不区分文件名大小写,如果要区分,就需要新建“宗卷”,选择带区分大小写的文件系统格式。 |
export 22 not 10022 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
arm macos的虚拟机会报错,修改方式:sudo chown gemfield:gemfield $HOME/.cache 或者在初始化阶段由$TORCHPOD_USER先创建$HOME/.cache目录
这是因为rosetta会先在容器中创建$HOME/.cache目录,导致用户组为root
The text was updated successfully, but these errors were encountered: