container start command troubleshooting
hello, i am trying to create a template with the following start commands:
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 connect3 Replies
current setup
Looks like npm doesn't understand the
-g
command line argument, the node/npm that comes with Ubuntu is pretty ancient, I recommend installing it manually to ensure you get the latest/correct version rather than installing it from the apt package manager.
If you need so much extra stuff, I also recommend rather building a custom docker image based on the pytorch one rather than trying to do so much stuff in the docker start command..