Skip to content

Commit

Permalink
chore: fix pcc command
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBredehoft committed Sep 22, 2023
1 parent afd049a commit 7dee889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DEV_DOCKERFILE:=docker/Dockerfile.dev
DEV_CONTAINER_VENV_VOLUME:=concrete-ml-venv
DEV_CONTAINER_CACHE_VOLUME:=concrete-ml-cache
DOCKER_VENV_PATH:="$${HOME}"/dev_venv/
SRC_DIR?=src
SRC_DIR:=src
TEST?=tests
N_CPU?=4
CONCRETE_PACKAGE_PATH=$(SRC_DIR)/concrete
Expand Down

0 comments on commit 7dee889

Please sign in to comment.