jeertmans / manim-slides

Tool for live presentations using manim
https://manim-slides.eertmans.be
MIT License
410 stars 44 forks source link

[FEATURE] Docker image #259

Closed jeertmans closed 5 months ago

jeertmans commented 10 months ago

Description

The idea is to create a Docker image to facilitate installing Manim Slides on all computers.

A simple solution would be to use ManimCE's Docker image, but this would mean no support for ManimGL.

Screenshots

No response

Additional information

No response

Rajdeep1311 commented 9 months ago

I would like to work on this during the hacktoberfest

Rajdeep1311 commented 9 months ago

can you assign me?

jeertmans commented 9 months ago

Hello, thanks for suggesting!

can’t wait to see some proposal :)

Rajdeep1311 commented 9 months ago

I guess example.py contains the main code of the project, is it so, sir?

jeertmans commented 9 months ago

Hello, no example.py contains usage examples. The main code is the Python library, placed in the manim_slides folder.

Rajdeep1311 commented 9 months ago

Okay sir

Rajdeep1311 commented 9 months ago

The main.py file is the main code file, right?

jeertmans commented 9 months ago

The main file is only the file that is called to run the command line script. But the package contents is defined is multiple files, such that there is no one unique file that contains everything.

Rajdeep1311 commented 9 months ago

Sir I need some help, actually, I am finding it challenging to write a Dockerfile for this project

jeertmans commented 9 months ago

Could you explain what is challenging? What did you try?

Rajdeep1311 commented 9 months ago

I tried writing a Dockerfile, I want to know more about what is the main issue,

jeertmans commented 9 months ago

Well we need a docker file that setup everything needed to run Manim Slides

Rajdeep1311 commented 9 months ago

Okay, I guess getting more involved in the community would help me

Rajdeep1311 commented 9 months ago

Can I know what is the problem with the official image that is already in the Dockerhub

jeertmans commented 9 months ago

It does not contain the Manim slides package

harsh18262 commented 9 months ago

Is this still required or completed?

jeertmans commented 9 months ago

Yes @harsh18262, you can have a try :)

jeertmans commented 5 months ago

Closed by #355