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.1110.8 AS base
1
+ FROM materialsproject/devops:python-3.1111.0 AS base
2
2
RUN apt-get update && apt-get install -y --no-install-recommends supervisor libopenblas-dev libpq-dev vim && apt-get clean
3
3
WORKDIR /app
4
4
Original file line number Diff line number Diff line change 1
- FROM materialsproject/devops:python-3.1110.8 AS base
1
+ FROM materialsproject/devops:python-3.1111.0 AS base
2
2
RUN apt-get update && apt-get install -y --no-install-recommends libopenblas-dev libpq-dev curl && apt-get clean
3
3
4
4
FROM base AS python-deps
Original file line number Diff line number Diff line change 1
- FROM materialsproject/devops:python-3.1110.8 AS base
1
+ FROM materialsproject/devops:python-3.1111.0 AS base
2
2
RUN apt-get update && apt-get install -y --no-install-recommends libopenblas-dev && apt-get clean
3
3
FROM node:18.18.2-slim AS node
4
4
You can’t perform that action at this time.
0 commit comments