Bingran You
Mirror SkillsBench v1.1 as a benchmark task-tree dataset
d03762b
Raw
History Blame Contribute Delete
289 Bytes
FROM ubuntu:24.04
ENV DEBIAN_FRONTEND=noninteractive
# Install Python and dependencies
RUN apt-get update && apt-get install -y \
python3 \
python3-pip \
python3-venv \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /root
# Copy data files
COPY network.json /root/network.json