Skip to content

toranb/runpod-cuda12

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

export SSH_PUBLIC_KEY="$(cat ~/.ssh/id_rsa.pub)"
docker build -t toranb/elixircuda12 . --platform "linux/amd64"
docker run --rm -p 2222:22 -e SSH_PUBLIC_KEY toranb/elixircuda12
ssh root@localhost -p 2222

docker push toranb/elixircuda12

## updates to the docker container

docker build -t toranb/elixircuda12:latest . --platform "linux/amd64"
docker push toranb/elixircuda12:latest

About

Dockerfile to train machine learning models with Nx on runpod

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors