Skip to content

talmolab/internal-dockerfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerfiles for the Talmo Lab

A repo to store Dockerfiles. General folder structure - each folder contains a separate container build.

Generally to build most images:

cd <directory containing the Docker setup you want>

docker build -t <your docker hub username>/<whatever_name_you_want> .

docker login  # if you haven't logged into docker hub yet

docker push <your docker hub username>/<the same name from before>  # push to your docker hub container repository

You should be able to access it from RunAI once it pushes.

TODO List (images):

  • Pytorch build for A100s

Releases

No releases published

Packages

No packages published