Quellcode durchsuchen

docker-compose修改

liangzhongquan vor 2 Jahren
Ursprung
Commit
b02adb0e3e
2 geänderte Dateien mit 6 neuen und 6 gelöschten Zeilen
  1. 1 1
      Makefile
  2. 5 5
      docker-compose.yml

+ 1 - 1
Makefile

@@ -9,5 +9,5 @@ AUTHOR          := $(shell git show -s --format='%an')
 all: gpu
 all: gpu
 gpu:
 gpu:
 	@docker build -t registry.cn-hangzhou.aliyuncs.com/sxtest/$(NAME):gpu --build-arg VERSION=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
 
 

+ 5 - 5
docker-compose.yml

@@ -13,8 +13,8 @@ services:
       - '18080:8080'
       - '18080:8080'
     volumes:
     volumes:
       - ./:/workspace
       - ./:/workspace
-    deploy:
-      resources:
-        reservations:
-          devices:
-            - capabilities: [gpu]
+    # deploy:
+    #   resources:
+    #     reservations:
+    #       devices:
+    #         - capabilities: [gpu]