Skip to content

Commit

Permalink
fix AS casing
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Jul 31, 2024
1 parent 2ee913e commit e166da9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions emmet-api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM materialsproject/devops:python-3.1013.13 as base
FROM materialsproject/devops:python-3.1013.13 AS base
RUN apt-get update && apt-get install -y --no-install-recommends libopenblas-dev libjpeg62 && apt-get clean

FROM base as builder
FROM base AS builder
RUN apt-get update && apt-get install -y --no-install-recommends gcc git g++ cmake make libsnappy-dev wget && apt-get clean
ENV PATH /root/.local/bin:$PATH
WORKDIR /emmet-api
Expand Down

0 comments on commit e166da9

Please sign in to comment.