Skip to content

moreh-dev/moai-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Build Flow

flowchart TD
    base[Base]
    python[Python]
    jupyterlab[JupyterLab]
    code-server[VS Code Server]
    jupyterlab-moai[JupyterLab + MoAI]
    code-server-moai[VS Code Server + MoAI]

    base --> python
    python --> jupyterlab
    python --> code-server
    jupyterlab --> jupyterlab-moai
    code-server --> code-server-moai
Loading

About

Starter Dockerfiles for onboarding and custom image creation in MoAI

Topics

Resources

Stars

Watchers

Forks