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

Make Dockerfile cloud ready (tested on runpod) #1950

Merged
merged 5 commits into from
Dec 12, 2022
Merged

Commits on Dec 12, 2022

  1. Push dockerfile (#18)

    * update build-container.yml
    
    * add login step to build-container.yml
    
    * update job name
    
    * update matrix: add registry and platforms
    also set latest only for cuda image
    
    * quote string
    
    * use latest for amd and cuda image
    
    * separate images for cuda and amd
    
    * change latest from auto to true
    
    * configure_invoke -y instead of --interactive
    
    * fix argument to --yes
    
    * update matrix:
    - use flavor instead of pip-requirements
    - add flavor `cloud`
    - add `dockerfile`
    
    * introduce INVOKE_MODEL_RECONFIGURE
    
    * add `--cap-add=sys_nice` to run.sh
    
    * update Dockerfile: install wheel
    
    * only have main branch in action again
    
    * disable push of cloud image for now
    since it still has it's own workflow, but PoC succeeded
    
    * remove now untrue comments in top
    mauwii committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    2641c21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a6c537 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6938f12 View commit details
    Browse the repository at this point in the history
  4. add labels to the image

    mauwii committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    092ca96 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3c7c99d View commit details
    Browse the repository at this point in the history