You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only Linux:
cd examples/platform_container
run "python python_sims_for_containerplatform.py"
after finished, remove job_directory folder with sudo like "sudo -rm destination_directory"
then rerun previous example: python python_sims_for_containerplatform.py
error: OCI runtime exec failed: exec failed: unable to start container process: chdir to cwd ("/home/container_data/Suite_2561f0bf-e3c1-4bfa-b9d4-1add1ca42207/python_example_2f67f8de-71bd-448a-92d2-9aad5dea7d5b") set in config.json failed: no such file or directory: unknown
Workaround for now:
do not use sudo for delete folder.
Or start with new container by either delete previous container id(docker rm -f container_id), or Platform(..., new_container=True)
The text was updated successfully, but these errors were encountered:
Only Linux:
cd examples/platform_container
run "
python python_sims_for_containerplatform.py
"after finished, remove job_directory folder with sudo like "
sudo -rm destination_directory
"then rerun previous example: python
python_sims_for_containerplatform.py
error:
OCI runtime exec failed: exec failed: unable to start container process: chdir to cwd ("/home/container_data/Suite_2561f0bf-e3c1-4bfa-b9d4-1add1ca42207/python_example_2f67f8de-71bd-448a-92d2-9aad5dea7d5b") set in config.json failed: no such file or directory: unknown
Workaround for now:
The text was updated successfully, but these errors were encountered: