这是indexloc提供的服务,不要输入任何密码
Skip to content

orionr/pytorch-dockerfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker images for Jenkins

This directory contains everything needed to build the Docker images that are used in our Jenkins setup. This is based off a similar setup in https://github.com/caffe2/caffe2/tree/master/docker/jenkins

The Dockerfiles located in subdirectories are parameterized to conditionally run build stages depending on build arguments passed to docker build. This lets us use only a few Dockerfiles for many images. The different configurations are identified by a freeform string that we call a build environment. This string is persisted in each image as the BUILD_ENVIRONMENT environment variable.

See build.sh for valid build environments (it's the giant switch).

Contents

  • build.sh -- dispatch script to launch all builds
  • common -- scripts used to execute individual Docker build stages
  • ubuntu-cuda -- Dockerfile for Ubuntu image with CUDA support for nvidia-docker

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 81.0%
  • Dockerfile 19.0%