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

Added docker support #10

Closed
wants to merge 2 commits into from
Closed

Added docker support #10

wants to merge 2 commits into from

Conversation

SamantaTarun
Copy link

@SamantaTarun SamantaTarun commented Dec 27, 2022

Please read the docker_instructions.md file to build and run.

tarun@tarun-HP-Notebook:~/zestream-server$ docker image ls
REPOSITORY TAG IMAGE ID CREATED SIZE
go-dock latest f0d280ba3b02 13 minutes ago 558MB
6d4ff6536fbb About an hour ago 992MB
golang latest 6650307efe4a 5 days ago 992MB
golang alpine cae57157ceaa 2 weeks ago 354MB

Note: please install docker globally before using docker command.

#6

COPY go.mod .
COPY go.sum .
RUN go mod download

Copy link
Member

Choose a reason for hiding this comment

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

will also need to install ffmpeg with libx264 enabled while generating build

@@ -0,0 +1,33 @@
FROM golang:alpine
Copy link
Member

Choose a reason for hiding this comment

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

also, do a little research on which distro will be based for video processing and supports GPU acceleration.

Choose a reason for hiding this comment

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

Choose a reason for hiding this comment

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

@SamantaTarun SamantaTarun marked this pull request as draft December 30, 2022 13:40
@abskrj
Copy link
Member

abskrj commented Dec 30, 2022

@KedarisettiSreeVamsi you taking this up?

@abskrj abskrj mentioned this pull request Jan 7, 2023
@abskrj
Copy link
Member

abskrj commented Jan 7, 2023

Closing this for now

@abskrj abskrj closed this Jan 7, 2023
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.

3 participants