-
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
Dockerfile? #12
Comments
I wish it could be! |
I will try to put something together. Give me a bit of time. You will still need to build the SIBR viewer to view it. |
Thank you for your efforts!. We have a many viewers like Supersplat. |
I have to find a workaround this issue: Might take a bit of time |
I am looking forward to it. I have the same problem with slang, and I can't install pytorch3d. I am looking forward to your dockerfile coming out, so that I won't waste time on environment configuration, and I will have more time to learn code. |
Sorry to bother you, is there any progress on dockerfile? I have compiled all versions of slang again these days. Either slang compiles fine, but ever compiles with problems, or slang compiles with problems |
Sorry for the delay. I was able to get stuff compiling by downloading the slang release. However, now I'm stuck trying to get Optix into the Dockerfile. I can't really download it anywhere, and I'm currently working on a deadline. |
And to visualize, do:
and in a different terminal:
|
Thank you for your effort..!! Traceback (most recent call last): |
@half-potato Thank you very much, but this problem occurs when I run it with the docker image you provided. I have no problem on another computer. It is a very strange error. |
I pushed another commit that should fix the error that @sunwonlikeyou faced. I'm not sure if it fixes @yuancaimaiyi's error, but can you check? If not, please post information about your machine. You need optix library installed on the host machine, I believe. And a CUDA enabled GPU, of course. |
I pulled your latest image, and i ran the 'train.py' . But I still got this messege ModuleNotFoundError: No module named 'build.splinetracer' |
Not the latest image. The latest repo change. The difference is in the script, not the image. |
Training starts!! |
@half-potato
Hello, very good work, but can you provide Dockerfile? I have been configuring cuda11.8 ubuntu20.04 on my computer for a whole day, and there are problems everywhere. So can you provide Docker image or Dockerfile file, so that everyone can quickly verify the code and spread the code more widely? Thank you
The text was updated successfully, but these errors were encountered: