build error
Job failed with exit code: 1. Reason: cache miss: [14/22] RUN if [ ! -f "/home/user/app/third_party/CSD/checkpoint.pth" ]; then echo "CSD checkpoint file not found" && exit 1; fi cache miss: [18/22] RUN pip install --no-cache-dir pybind11>=2.12 && pip install --no-cache-dir numpy==1.26.4 && pip install --no-cache-dir transformers==4.31.0 cache miss: [ 4/22] RUN useradd -m -u 1000 user cache miss: [12/22] RUN pip install --no-cache-dir gdown cache miss: [17/22] RUN python -c "import sys; print('\n'.join(sys.path))" cache miss: [ 3/22] RUN ln -s /usr/bin/python3 /usr/bin/python cache miss: [ 6/22] RUN git clone https://github.com/google/RB-Modulation.git /home/user/app cache miss: [13/22] RUN gdown https://drive.google.com/uc?id=1FX0xs8p-C7Ob-h5Y4cUhTeOepHzXv_46 -O /home/user/app/third_party/CSD/checkpoint.pth cache miss: [20/22] RUN pip install --no-cache-dir git+https://github.com/IDEA-Research/GroundingDINO.git && pip install --no-cache-dir segment-anything==1.0 && git clone https://github.com/luca-medeiros/lang-segment-anything && cd lang-segment-anything && git checkout 9bdf77715fa70fca96452184abdc64a6666e0d46 && pip install -e . && cd .. cache miss: [ 5/22] RUN find /usr/local -type d -name "cuda*" cache miss: [ 7/22] RUN if [ ! -d "/home/user/app/third_party/CSD" ]; then echo "CSD directory not found in the expected location" && exit 1; fi cache miss: [ 8/22] WORKDIR /home/user/app cache miss: [11/22] RUN cd third_party/StableCascade && pip install --no-cache-dir -r requirements.txt && pip install --no-cache-dir jupyter notebook opencv-python matplotlib ftfy && cd ../.. cache miss: [16/22] RUN touch /home/user/app/third_party/CSD/__init__.py cache miss: [10/22] RUN cd third_party/StableCascade/models && bash download_models.sh essential big-big bfloat16 && cd ../../.. cache miss: [21/22] RUN python3 -m pip install --no-cache-dir gradio==5.45.0 accelerate==1.0.1 cache miss: [19/22] RUN python -c "from third_party.CSD import model; print('CSD model successfully imported')" || python -c "import sys; sys.path.append('/home/user/app/third_party'); from CSD import model; print('CSD model successfully imported')" cache miss: [ 9/22] RUN python3 -m pip install --upgrade pip cache miss: [22/22] COPY --chown=user:user app.py . cache miss: [15/22] RUN ls -la /home/user/app/third_party/CSD cache miss: [ 2/22] RUN apt-get update && apt-get install -y build-essential python3 python3-pip python3-venv libssl-dev libffi-dev git wget ca-certificates libgl1-mesa-glx libglib2.0-0 python3-dev g++ && rm -rf /var/lib/apt/lists/* {"total":27,"completed":25,"user_total":22,"user_cached":0,"user_completed":20,"user_cacheable":21,"from":1,"miss":21,"client_duration_ms":381354}
Build logs:
						Fetching error logs...
