add display server specs and added common print function

This commit is contained in:
2021-04-10 02:23:20 +04:00
parent 27e270f77b
commit 30c126da91
11 changed files with 71 additions and 75 deletions

View File

@@ -94,6 +94,7 @@ func Server() error{
resp, err := docker.BuildRunContainer(PortsInt,GPU)
if err != nil {
c.String(http.StatusInternalServerError, fmt.Sprintf("error: %s", err))
}