File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
mpcontribs-kernel-gateway Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- FROM materialsproject/devops:python-3.1113.1 AS base
1+ FROM materialsproject/devops:python-3.1113.3 AS base
22RUN apt-get update && apt-get install -y --no-install-recommends supervisor libopenblas-dev libpq-dev vim && apt-get clean
33WORKDIR /app
44
Original file line number Diff line number Diff line change 1- FROM materialsproject/devops:python-3.1113.1 AS base
1+ FROM materialsproject/devops:python-3.1113.3 AS base
22RUN apt-get update && apt-get install -y --no-install-recommends libopenblas-dev libpq-dev curl && apt-get clean
33
44FROM base AS python-deps
Original file line number Diff line number Diff line change 1- FROM materialsproject/devops:python-3.1113.1 AS base
1+ FROM materialsproject/devops:python-3.1113.3 AS base
22RUN apt-get update && apt-get install -y --no-install-recommends libopenblas-dev && apt-get clean
33FROM node:25.0.0-slim AS node
44
You can’t perform that action at this time.
0 commit comments