chad warden
chad warden
Explore posts from servers
RRunPod
Created by chad warden on 2/24/2024 in #⚡|serverless
container start command troubleshooting
hello, i am trying to create a template with the following start commands:
apt-get update && apt-get upgrade -y && \
apt-get install -y git nodejs npm jq nano vim python3-pip python3-dev && \
npm install -g pm2 && \
pip install --upgrade pip && \
git clone https://github.com/namoray/vision && \
cd vision && pip install -e . && pip install -r git_requirements.txt
apt-get update && apt-get upgrade -y && \
apt-get install -y git nodejs npm jq nano vim python3-pip python3-dev && \
npm install -g pm2 && \
pip install --upgrade pip && \
git clone https://github.com/namoray/vision && \
cd vision && pip install -e . && pip install -r git_requirements.txt
however, i get this in my container logs: 2024-02-24T23:31:41.879903535Z E: Command line option 'g' [from -g] is not understood in combination with the other options. and i am unable to start the web terminal to connect
6 replies
RRunPod
Created by chad warden on 2/16/2024 in #⛅|pods
Error when installing requirements of git:
OSError: [Errno 23] Too many open files in system How can i fix??
35 replies