Bihan Rana

Results 25 comments of Bihan Rana

> Could you please include the output of the `dstack run command`? @peterschmidt85 `To exit, press Ctrl+C.Run failed with error code JobTerminationReason.CONTAINER_EXITED_WITH_ERROR. Check CLI and server logs for more details.`

> @Bihan I mean the entire output, including everything before the confirmation line, including the plan and all what is above. @peterschmidt85 ``` (venv) bihan@Bihans-MacBook-Pro config_files_for_test % dstack run ....

@peterschmidt85 @TheBits I will update this PR to include resolved issues. https://github.com/dstackai/dstack/issues/1133

> Hi @Bihan! > > Functions `generate_pod_deployment_mutation` and `generate_pod_rent_interruptable_mutation` are almost the same. Please combine them into one. > > ```diff > @@ -1,4 +1,5 @@ > -def generate_pod_deployment_mutation( >...

@PrasannaBhattarai https://github.com/dstackai/dstack/issues/1229

@TheBits Hi I tried to recreate the bug by adding `exit 1` to docker arguments in ``` def get_docker_args(authorized_keys): commands = get_docker_commands(authorized_keys, False) command = " && ".join(commands) command_escaped =...

@TheBits 2. The list of offers does not show all possible offers Are all possible offers not present even during the API call?

> Once the RunPod was added, we observed a few of issues with its functionality. > > 1. The availability information is accurate at the moment the API call is...

> @Bihan Here's what @TheBits meant: The static catalog now includes only the offers that were available at the time of its generation. Later, when a user invokes`dstack run`, it...

> There is also option C – make our version of the static catalog that includes all the offers. Each night we will trigger RunPod's API and check that our...