We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 290e8a2 commit 4277a72Copy full SHA for 4277a72
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ghcr.io/lambda-feedback/evaluation-function-base/fix-preview:3.12 AS builder
+FROM ghcr.io/lambda-feedback/evaluation-function-base/fix-preview-3.12 AS builder
2
3
RUN pip install poetry==1.8.3
4
@@ -12,7 +12,7 @@ COPY pyproject.toml poetry.lock ./
12
RUN --mount=type=cache,target=$POETRY_CACHE_DIR \
13
poetry install --without dev --no-root
14
15
-FROM ghcr.io/lambda-feedback/evaluation-function-base/fix-preview:3.12
+FROM ghcr.io/lambda-feedback/evaluation-function-base/fix-preview-3.12
16
17
ENV VIRTUAL_ENV=/app/.venv \
18
PATH="/app/.venv/bin:$PATH"
0 commit comments