Dronte
Dronte
RRunPod
Created by Dronte on 4/1/2025 in #⛅|pods-clusters
Is there an api to sync with Backblaze B2?
For example, I'd be happy to create network volumes with some objects in blackbaze and vice versa: upload data from network volumes data to blackbaze.
9 replies
RRunPod
Created by Dronte on 4/1/2025 in #⛅|pods-clusters
How to build on top of runpod dockerfile?
Hi. My dockerfile is +- this:
FROM runpod/pytorch:2.8.0-py3.11-cuda12.8.1-cudnn-devel-ubuntu22.04
RUN pip install ninja
ENV MAX_JOBS=4
RUN MAX_JOBS=4 bash -c "ulimit -v 10485760 && pip install --no-build-isolation flash-attn"
FROM runpod/pytorch:2.8.0-py3.11-cuda12.8.1-cudnn-devel-ubuntu22.04
RUN pip install ninja
ENV MAX_JOBS=4
RUN MAX_JOBS=4 bash -c "ulimit -v 10485760 && pip install --no-build-isolation flash-attn"
but I could not find out how to make it runnable with pods, any time I try, my container fails to start. What should i write to be able to ssh into the pod?
4 replies