Skip to content

add compose.yaml for docker compose #3657

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

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

yt-koike
Copy link

@yt-koike yt-koike commented May 19, 2025

Hello, I'm yt-koike.

I added compose.yaml to make building and starting easier.
With compose.yaml, all you need to do to use nerfstudio is the three following steps.

  1. Type docker compose up -d to start server.
  2. Type docker compose exec nerfstudio bash to start a shell and input commands.
  3. Exit from the shell and type docker compose down to stop the server.

I also fixed format warnings in Dockerfile which are

Please merge this PR if you don't mind. Thank you :)

@yt-koike yt-koike marked this pull request as ready for review May 20, 2025 02:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant