Skip to content
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

Create Dockerfile #92

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Create Dockerfile #92

wants to merge 1 commit into from

Conversation

nbardy
Copy link

@nbardy nbardy commented Apr 6, 2019

Hey I was implementing point clouds in for a tool I'm working on. And This repo was one of the easier looking ones to run. Thanks for putting so much in the README. Your paper is very intereseting. Interesting how it works across a wide range of inputs.

I made a docker filer that worked well for me. Maybe others would find it useful.

Hey I was implementing point clouds in for a tool I'm working on. And This repo was one of the easier looking ones to run. Thanks for putting so much in the README. Your paper is very intereseting. Interesting how it works across a wide range of inputs.

I made a docker filer that worked well for me. Maybe others would find it useful.
@facebook-github-bot
Copy link

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need the corporate CLA signed.

If you have received this in error or have any questions, please contact us at [email protected]. Thanks!

@nbardy
Copy link
Author

nbardy commented Apr 6, 2019

If you want to see your 3d segmentation example rendered, I've got it here. Will be a bit more clear once I split the batch. Still working through that if you have any ideas.

https://app.wandb.ai/nbaryd/SparseConvNet-examples_3d_segmentation/reports?view=nbaryd%2FPoint%20Cloud%20Comparision

@facebook-github-bot
Copy link

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!

@aniqueakhtar
Copy link

Unfortunately, this doesn't work for me. It gets stuck in the middle of building the docker image. Specifically, installing the anaconda part. It is using Anaconda2, maybe we should wget Anaconda3

@lyhsieh
Copy link

lyhsieh commented Dec 20, 2022

I run the command docker build -t sparse . --no-cache but the error message popped out, which is listed below. Can anyone tell me how to fix it?

Sending build context to Docker daemon  3.072kB
Step 1/20 : FROM nvidia/cuda
manifest for nvidia/cuda:latest not found: manifest unknown: manifest unknown


RUN apt-get install git -y

UN apt-get install libsparsehash-dev
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

UN should be corrected to RUN

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants