-
Notifications
You must be signed in to change notification settings - Fork 544
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
add Dockerfile #111
base: master
Are you sure you want to change the base?
add Dockerfile #111
Conversation
17b82cd
to
d935717
Compare
d935717
to
c7f4d35
Compare
Hi, thanks for providing this container. How to activate the environment inside the container? no working for me. Can we get rid of conda? |
You don't need to use conda inside docker. You can directly run the python scripts, e.g. |
Hey, thanks a lot for sharing your docker file!!! For some reason, the docker container I built with this (with no errors during the build) is missing
|
Could you update gcc, cuda to gcc-9(10, 11 are also welcome), details can be found in TensorRT OSS repository docker file. gcc-6 is definitely not the right version for Ubuntu-18.04, Ubuntu-20.04 and Ubuntu-22.04 and should be not used for the default version of tool chain. Building mmdetection3d should use this sentence (otherwise will fail):
|
Thank you so much for this docker file, really helped me. Due to some changes since the dockerfile was created, there was some packages missing. Here is what I added to the docker file: install aditional librariesRUN pip install fvcore==0.1.5.post20221221 |
您好,邮箱主人会认真阅读!谢谢关注/
|
No description provided.