[go: nahoru, domu]

Skip to content

Docker container for Autotrain Advanced that works with Kubernetes pods

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.RUNPOD
Notifications You must be signed in to change notification settings

sam-ai56/autotrain-advanced-pod

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoTrain Advanced Pod

This repository contains a Dockerfile for AutoTrain Advanced to run with Kubernetes pods. Also along with AutoTrain comes JupyterLab.

Useful Links

ENV

----------------------------------------------
HF_TOKEN         = (YOUR HUGGINGFACE TOKEN) !!
JUPYTER_PASSWORD = (PASSWORD)               !
----------------------------------------------
AUTOTRAIN_PORT   = 7860 (default)
JUPYTER_PORT     = 8888 (default)
----------------------------------------------

If HF_TOKEN is not set, AutoTrain will not start properly. Same with Jupyter.

PORTS

  • 7860/tcp (AutoTrain UI)
  • 8888/tcp (JupyterLab)

Building Container

buildx bake

cd container

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 r4mnd/container:<version> -f container/Dockerfile .

About

Docker container for Autotrain Advanced that works with Kubernetes pods

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.RUNPOD

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HCL 46.1%
  • Shell 32.0%
  • Dockerfile 21.9%