@@ -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:
- '18080:8080'
volumes:
- ./:/workspace
- deploy:
- resources:
- reservations:
- devices:
- - capabilities: [gpu]
+ # deploy:
+ # resources:
+ # reservations:
+ # devices:
+ # - capabilities: [gpu]