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

add self-hosted docker setup #17

Open
prateeksachan opened this issue Sep 12, 2024 · 4 comments
Open

add self-hosted docker setup #17

prateeksachan opened this issue Sep 12, 2024 · 4 comments

Comments

@prateeksachan
Copy link
Member

No description provided.

@paulocr
Copy link

paulocr commented Sep 21, 2024

FYI I needed to add gcc and g++ to bolna_server.Dockerfile for the local setup to work otherwise some python packages would not compile (i.e. libstemmer), not sure if it's something that needs to be changed.

RUN apt-get update && apt-get install -y --no-install-recommends \
  libgomp1 \
  git \
  ffmpeg \
  gcc \
  g++

@prateeksachan
Copy link
Member Author

hey @paulocr thanks for reporting it. Will check and update you.

@AlexM4H
Copy link
Contributor

AlexM4H commented Sep 28, 2024

FYI I needed to add gcc and g++ to bolna_server.Dockerfile for the local setup to work otherwise some python packages would not compile (i.e. libstemmer), not sure if it's something that needs to be changed.

RUN apt-get update && apt-get install -y --no-install-recommends \
  libgomp1 \
  git \
  ffmpeg \
  gcc \
  g++

Helps me 1+

@prateeksachan
Copy link
Member Author

@paulocr , @AlexM4H this is now fixed as part of 9176f14. Thanks for highlighting it.

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

No branches or pull requests

3 participants