Skip to content

Commit dcc2976

Browse files
committed
env update
1 parent a7ca935 commit dcc2976

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

skills/earth2studio-deterministic-forecast/evals/environment/Dockerfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ RUN apt-get -o Acquire::Retries=3 update && \
1212
make \
1313
ripgrep
1414

15-
# Install eccodes
16-
RUN apt-get update && apt-get install -y --no-install-recommends \
17-
libeccodes-tools \
18-
libeccodes-dev \
19-
&& rm -rf /var/lib/apt/lists/*
20-
2115
ENV UV_LINK_MODE=copy
2216
ENV UV_PYTHON=3.13
2317
# NV-ACES default repo location

skills/earth2studio-deterministic-forecast/evals/environment/setup/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export UV_LINK_MODE=copy
2020
export UV_PYTHON=3.13
2121

2222
uv venv --python 3.13
23-
uv sync --group dev --extra data
23+
uv sync --group dev
2424
uv run pre-commit install --install-hooks
2525

2626
cat >/etc/profile.d/e2s-eval.sh <<EOF

0 commit comments

Comments
 (0)