containers/dev (sha256:476b69f25a0bbcf35e6f4b149240106d778081f23069017864e4c2058f4a7b5e)

Published 2026-02-10 07:20:15 +03:00 by vlkma in vlkma/containers

Installation

docker pull git.vlkma.ru/vlkma/containers/dev@sha256:476b69f25a0bbcf35e6f4b149240106d778081f23069017864e4c2058f4a7b5e
sha256:476b69f25a0bbcf35e6f4b149240106d778081f23069017864e4c2058f4a7b5e

Image layers

# debian.sh --arch 'amd64' out/ 'stable' '@1768176000'
ENV TZ=Europe/Moscow
RUN /bin/sh -c ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone # buildkit
RUN /bin/sh -c useradd -m vscode # buildkit
ARG DEBIAN_FRONTEND=noninteractive
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get update && apt-get install -y debian-archive-keyring && rm -rf /var/lib/apt/lists/* # buildkit
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get update -qq && apt-get install -y --no-install-recommends --no-install-suggests gpg curl ca-certificates ssh git cmake make ninja-build gcc g++ gdb gdbserver clang lldb clangd mold cppcheck flawfinder valgrind valgrind-mpi libgsl-dev libpq-dev libomp-dev libgsl-dev libarmadillo-dev libspdlog-dev devscripts debhelper lsb-release texlive-xetex texlive-fonts-recommended texlive-plain-generic python3-venv > /dev/null && rm -rf /var/lib/apt/lists/* # buildkit
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c python3 -m venv /venv && /venv/bin/pip install --no-cache-dir numpy scipy matplotlib psycopg sympy pandas scikit-learn notebook pandoc kaleido plotly ipympl statsmodels==0.14.4 > /dev/null # buildkit
Details
Container
2026-02-10 07:20:15 +03:00
0
OCI / Docker
linux/amd64
827 MiB
Versions (3) View all
full 2026-02-15
crystals 2026-02-15
base 2026-02-15