瀏覽代碼

Merge branch 'master' of https://git.yishihui.com/algorithm/alirec

baichongyang 3 年之前
父節點
當前提交
1f36ce1bf8
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile
  2. 二進制
      bin_rec

+ 1 - 1
Makefile

@@ -2,7 +2,7 @@ BUILD=go build -mod vendor
 #BUILD=go build -mod mod
 DOCKER?=docker
 SOURCE_DIR=src
-BIN_NAME=tzld_rec
+BIN_NAME=bin_rec
 REGISTRY?=registry.cn-hangzhou.aliyuncs.com/ali-recommend
 DOCKER_TAG?=0.0.9
 TEMP_DIR_SERVER:=$(shell mktemp -d)

二進制
bin_rec