Base Docker images for Coder development
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.
Currently we provide a single image based on Coder’s “Enterprise Base” Docker image, with the following additional tools included:
- Python 3.8 (
python3would be symlinked topython3.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)
To launch a CLI:
docker run -it --entrypoint /bin/bash harrisonai/coder-dev:baseThis project is licensed under Apache License 2.0.