Quellcode durchsuchen

Update pytorch-deploy.yaml

John Lockman vor 3 Jahren
Ursprung
Commit
b88359c792
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      examples/PyTorch/pytorch-deploy.yaml

+ 1 - 1
examples/PyTorch/pytorch-deploy.yaml

@@ -12,7 +12,7 @@ spec:
         volumeMounts:
         - mountPath: /pyscript
           name: torch-job-volume
-        command: ["bash","-c","python /pyscript/pytorchcpu-example.py"]
+        command: ["bash","-c","python /pyscript/pytorch-example.py"]
       restartPolicy: Never
       volumes:
       - name: torch-job-volume