Coder Social home page Coder Social logo

tungllm / runpod-containers Goto Github PK

View Code? Open in Web Editor NEW

This project forked from runpod/containers

0.0 0.0 0.0 158.92 MB

๐Ÿณ | Dockerfiles for the RunPod container images used for our official templates.

Home Page: https://hub.docker.com/u/runpod

License: MIT License

Shell 0.58% Python 0.26% HTML 0.01% HCL 0.04% Jupyter Notebook 98.88% Dockerfile 0.24%

runpod-containers's Introduction

RunPod Containers

This repository contains the Dockerfiles for the RunPod containers used for our official templates. Resulting containers are available on Docker Hub.

Container RunPod Template Description
fast-stable-diffusion RunPod Fast Stable Diffusion
kasm-desktop RunPod Desktop
vscode-server RunPod VS Code Server
discoart RunPod Disco Diffusion

Changes

The containers serverless-automatic and sd-auto-abdbarho have been removed from this repository. The worker replacement can be found in the runpod-workers/worker-a1111 repository.

Container Requirements

Dependencies

The following dependencies are required as part of RunPod platform functionality.

  • nginx - Required for proxying ports to the user.
  • openssh-server - Required for SSH access to the container.
  • 'pip install jupyterlab' - Required for JupyterLab access to the container.

runpod.yaml

Each container foulder needs to have a runpod.yaml file. This file will contain version info as well as services to be ran. The runpod.yaml file should be formatted as follows:

version: '1.0.0'
services:
  - name: 'service1'
    port: 9000
    proxy_port: 9001
  - name: 'service2'
    port: 9002
    proxy_port: 9003

README

Every container folder needs to have its own README.md file, this file will be displayed both on the Docker Hub as well as the README section of the template on the RunPod website. Additionally, if the container is opening a port other than 8888 that is passed through the proxy and the service is not running yet, the README will be displayed to the user.

Building Containers

buildx bake

docker buildx bake

docker buildx bake --push

docker build should be ran from the root of the repository, not from the container folder. The build command should be ran as follows:

docker build -t runpod/<container-name>:<version> -f <container-name>/Dockerfile .

runpod-containers's People

Contributors

justinmerrell avatar zhl146 avatar dependabot[bot] avatar ashleykleynhans avatar kodxana avatar slmagus avatar abdullin avatar camenduru avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.