Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
pospielov authored Jun 30, 2022
1 parent cbe8e0d commit dd5e6a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions embedding-calculator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ SHELL := /bin/bash
.DEFAULT_GOAL := default
.PHONY := default up build-images build-cuda

VERSION := 1.0.0
VERSION := 1.0.1
IMAGE := ${DOCKER_REGISTRY}compreface-core
CUDA_IMAGE = $(IMAGE)-base:base-cuda112-py37
APPERY_ARG := --build-arg APPERY_API_KEY=${APPERY_API_KEY}
Expand Down Expand Up @@ -71,4 +71,4 @@ tools/tmp:
tools/benchmark_detection/tmp:
$(call get_from_remote_tgz,http://tamaraberg.com/faceDataset/originalPics.tar.gz,tools/benchmark_detection/tmp/originalPics)
$(call get_from_remote_tgz,http://vis-www.cs.umass.edu/fddb/FDDB-folds.tgz,tools/benchmark_detection/tmp)


0 comments on commit dd5e6a7

Please sign in to comment.