Skip to content

Releases: entelecheia/dev-containers

v0.4.1

05 May 19:12
Compare
Choose a tag to compare

Fix

  • app: Change default container username to 'dev' (e354663)

v0.4.0

05 May 02:55
Compare
Choose a tag to compare

Feature

  • docker: Add Dockerfile for CUDA 12.1.0 on Ubuntu 22.04 (0fe9308)
  • docker: Add cuda 12.1 development environment configuration for Ubuntu 22.04 (8f5c8c0)

v0.3.0

15 Apr 19:58
Compare
Choose a tag to compare

Feature

  • docker: Add entrypoint script for setting up user permissions (36c899c)

v0.2.1

05 Apr 20:05
Compare
Choose a tag to compare

Fix

  • docker: Update Dockerfiles for Ubuntu .04 and 22.04 to install 'software-properties-common' package. (24ad536)

v0.2.0

05 Apr 09:11
Compare
Choose a tag to compare

Feature

  • docker: Update default image variant to ubuntu-22.04 (00951bc)

v0.1.0

05 Apr 07:38
Compare
Choose a tag to compare

Feature

  • containers: Change default run command to zsh (8de4292)
  • deploy: Update Dockerfile reference for Ubuntu 20.04 and 22.04 images (29a9f5d)
  • docker: Update docker image version to 0.1.0 (947d8d5)
  • docker: Add Dockerfile for Ubuntu 20.04 setup (61d2c20)
  • docker: Add Dockerfile for Ubuntu 22.04 containing instructions for setting up a development environment; including installing necessary packages, setting Python environment variables, creating non-root user with sudo privileges, setting up locale and workspace, and installing dotfiles. (0c66d6a)
  • devcontainer: Add Dockerfile and devcontainer.json for Python 3 setup (47610f8)