@@ -9,5 +9,5 @@ AUTHOR := $(shell git show -s --format='%an')
all: gpu
gpu:
@docker build -t registry.cn-hangzhou.aliyuncs.com/sxtest/$(NAME):gpu --build-arg VERSION=gpu .
- @docker push registry.cn-hangzhou.aliyuncs.com/sxtest/$(NAME):gpu
+ # @docker push registry.cn-hangzhou.aliyuncs.com/sxtest/$(NAME):gpu
@@ -13,8 +13,8 @@ services:
- '18089:8080'
volumes:
- ./:/workspace
- #deploy:
- # resources:
- # reservations:
- # devices:
- # - capabilities: [gpu]
+ # deploy:
+ # resources:
+ # reservations:
+ # devices:
+ # - capabilities: [gpu]
@@ -2,7 +2,7 @@ from fastapi import FastAPI, Request, Form, File, UploadFile
from fastapi.templating import Jinja2Templates
from pydantic import BaseModel
from typing import List, Optional
-from utils.web-util import web_try
+from utils.webutil import web_try
import cv2
import numpy as np