diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 24172b0..19ba173 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -10,7 +10,7 @@ on: env: # IMAGE_NAME: "backenddevelopersltd/compute-horde-local-subtensor:v0-latest" - IMAGE_NAME: "backenddevelopersltd/compute-horde-local-subtensor:v0-test" # TODO: remove + IMAGE_NAME: "backenddevelopersltd/compute-horde-local-subtensor:v1-test" # TODO: remove jobs: build: diff --git a/Dockerfile b/Dockerfile index 0f45e32..3b7249f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,6 +24,8 @@ RUN git clone https://github.com/opentensor/subtensor.git /subtensor \ --branch "$SUBTENSOR_REPO_REF" WORKDIR /subtensor +ENV CARGO_TARGET_DIR=target/non-fast-blocks + # Build the project RUN cargo build -p node-subtensor --profile release --features="runtime-benchmarks metadata-hash pow-faucet" --locked