RunpodR
Runpod2y ago
5 replies
chad warden

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


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
Was this page helpful?