ethan
Strange unix and/or user perms issue with command in dockerfile/replacement command
I have a bash script in my pod which, as part of its last command, executes mpirun with some target process. When running this command using bash <script> as the dockerfile's entrypoint, or using runpod's replacement command, the following issue occurs:
However, if I simply enter the container and run the exact same script (same command, bash <script>), it runs without issue. In both cases, I am acting as the root user
22 replies
Container Files Missing in Workspace On Pod Launch
When launching pods (a40) on both community and server cloud, using a custom image that populates /workspace as a volume, the expected files and directories don't show up. This worked as of last Friday, and the image has not changes on its github container repo. There is more than enough space on both the network and disk volumes to contain these files
19 replies