RunpodR
Runpod2y ago
J.

Too many Open Files Error on CPU Pod - Easy Repro

@flash-singh
I think I found an easy repro for the too many open files on CPU Pod:
1) Use the following docker: (you don't necessarily need to do this, it just what I am using for an exact repro)
justinwlin/runpod_pod_and_serverless:1.0

https://github.com/justinwlin/Runpod-GPU-And-Serverless-Base
https://hub.docker.com/layers/justinwlin/runpod_pod_and_serverless/1.0/images/sha256-b350b9e75cc9f32b6ca38fda623bd9b02072869611f8304c47ed33ddc4f37094?context=repo

Port 8888 for HTTP; Port 22 for TCP

Launch a CPU Pod

2) Can launch through terminal or jupyter notebook > terminal.

2) Run:
pip install setuptools-rust

3) Run:
pip install whisperx

Error:
ERROR: Could not install packages due to an OSError: [('/app/venv/lib/python3.10/site-[....] Too many open files in system: [...]
Screenshot_2024-06-04_at_4.16.32_PM.png
GitHub
Contribute to justinwlin/Runpod-GPU-And-Serverless-Base development by creating an account on GitHub.
Was this page helpful?