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

Update the docker install docs #648

Open
kushalkolar opened this issue Oct 27, 2024 · 0 comments
Open

Update the docker install docs #648

kushalkolar opened this issue Oct 27, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@kushalkolar
Copy link

Hi, I suggest updating the docker install docs, it didn't work for me without removing the slashes, I think readthedocs will wordwrap it anyways.

so:

docker run -it --shm-size=2G -v /path/to/user/data:/app/studio_data --env OPTINIST_DIR="/app/studio_data" --name optinist_container -d -p 8000:8000 --restart=unless-stopped oistncu/optinist:latest poetry run python main.py --host 0.0.0.0 --port 8000

Also might want to explain the shm-size parameter, if this is larger does it give more RAM to the container which would be necessary for processing larger movies?

@kushalkolar kushalkolar added the enhancement New feature or request label Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant