Skip to content

harrison-ai/cobalt-docker-coder-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cobalt-docker-coder-dev

Base Docker images for Coder development

💡 Motivation

Our goal is to provide a base Docker image for the Coder environment that allows developers to quickly get started with basic prerequisites for ML development.

🔧 What’s inside ?

Currently we provide a single image based on Coder’s “Enterprise Base” Docker image, with the following additional tools included:

  • Python 3.8 (python3 would be symlinked to python3.8)
  • Python 3.11
  • AWS CLI
  • Kubernetes CL tool (kubectl)
  • other useful utilities (ffmpeg, libsm6, libxext6, direnv, net-tools, iputils-ping, dnsutils, iproute2, tmux, bash-completion, zsh, emacs, nano)

🚀 Usage

To launch a CLI:

docker run -it --entrypoint /bin/bash harrisonai/coder-dev:base

📖 License

This project is licensed under Apache License 2.0.