1 parent f71ff4c commit ab5268cCopy full SHA for ab5268c
1 file changed
crates/openshell-driver-docker/src/lib.rs
@@ -1039,12 +1039,6 @@ impl DockerComputeDriver {
1039
image.ref = %template.image,
1040
))
1041
.await?;
1042
- let token_file_created = write_sandbox_token_file(sandbox, &self.config)
1043
- .await
1044
- .map_err(|status| {
1045
- DockerProvisioningFailure::new("SandboxTokenWriteFailed", status.message())
1046
- })?;
1047
-
1048
let container_name = container_name_for_sandbox(sandbox);
1049
let gpu_devices = self
1050
.resolve_gpu_cdi_devices(
0 commit comments