DCAgent2/bfcl-parity
0188
1FROM python:3.10-slim2 3WORKDIR /app4 5# Install required packages6RUN pip install --no-cache-dir pytest7 8# Copy task files9 10# Set up execution environment11ENV PYTHONUNBUFFERED=112 1FROM python:3.10-slim2 3WORKDIR /app4 5# Install required packages6RUN pip install --no-cache-dir pytest7 8# Copy task files9 10# Set up execution environment11ENV PYTHONUNBUFFERED=112