We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d30fa1 commit c8405dbCopy full SHA for c8405db
Dockerfile
@@ -54,6 +54,7 @@ COPY src ./src
54
RUN pip install --upgrade pip \
55
&& pip install --no-cache-dir . \
56
&& rm -rf /usr/local/lib/node_modules /usr/local/bin/node /usr/local/bin/npm /usr/local/bin/npx \
57
+ && rm -f Dockerfile \
58
&& [ ! -d /usr/local/lib/node_modules ]
59
60
COPY README.md ./
containers/ai-eval-runner/Dockerfile
@@ -7,6 +7,7 @@ COPY package*.json ./
7
8
RUN npm ci --omit=dev \
9
&& rm -rf /usr/local/lib/node_modules /usr/local/bin/npm /usr/local/bin/npx /root/.npm \
10
11
12
13
RUN set -eux; \
0 commit comments