Creeboy's picture
Create Run
4e29c1b verified
===== Build Queued at 2026-03-19 22:23:39 / Commit SHA: ae39ff5 =====
--> FROM docker.io/library/python:3.13@sha256:0dcc3be031e886a41feafca89f90195f277ad978853134e2b073d64383604aec
DONE 0.0s
--> RUN apt-get update && apt-get install -y curl && curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && apt-get install -y nodejs && rm -rf /var/lib/apt/lists/* && apt-get clean
CACHED
--> RUN --mount=target=/tmp/requirements.txt,source=requirements.txt pip install --no-cache-dir -r /tmp/requirements.txt gradio[oauth,mcp]==6.9.0 "uvicorn>=0.14.0" "websockets>=10.4" spaces
CACHED
--> WORKDIR /app
CACHED
--> COPY --from=root / /
CACHED
--> RUN apt-get update && apt-get install -y git git-lfs ffmpeg libsm6 libxext6 cmake rsync libgl1 && rm -rf /var/lib/apt/lists/* && git lfs install
CACHED
--> RUN pip install --no-cache-dir pip -U && pip install --no-cache-dir datasets "huggingface-hub>=0.30" "hf-transfer>=0.1.4" "protobuf<4" "click<8.1"
CACHED
--> RUN mkdir -p /pipfreeze
CACHED
--> RUN pip freeze > /pipfreeze/freeze.txt
CACHED
--> RUN mkdir -p /home/user && ( [ -e /home/user/app ] || ln -s /app/ /home/user/app ) || true
CACHED
--> COPY --link ./ /app
DONE 0.0s
--> COPY --from=pipfreeze --link /pipfreeze/ /pipfreeze/
DONE 0.0s
--> Pushing image
DONE 0.6s
--> Exporting cache
DONE 0.3s