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

feat: ✨ Docker Container (#15) #44

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Commits on Sep 6, 2022

  1. feat: 🚧 WIP - setup docker environment for building

    Setup docker environment to build webCT using the environment.yml and npm package.json files.
    
    Currently there's an issue with conda envionments not linking into the shell, more investigation is needed but iterating with docker is v. painful
    WYVERN2742 committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    f341678 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. feat: 🚧 WIP - Webserver and nvidia libraries

    Added gunicorn for the webserver, along with libraries to run nvidia gpus headlessly.
    
    At the moment, still unable to get EGL or OPENGL working on windows docker
    WYVERN2742 committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    0b561c7 View commit details
    Browse the repository at this point in the history