Files
wehub-resource-sync e64161ec32
CI / ci (3.11) (push) Has been cancelled
CI / ci (3.10) (push) Has been cancelled
CI / dependabot (push) Has been cancelled
Release / release_and_publish (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:36:15 +08:00

9 lines
214 B
Docker

FROM gcr.io/kaggle-gpu-images/python:latest
RUN apt-get clean && apt-get update && apt-get install -y \
curl \
vim \
git \
build-essential \
strace \
&& rm -rf /var/lib/apt/lists/*