Description
I followed the steps on the readme and it return error
D:\Projects\Vibe-Trading>docker compose up --build
[+] Building 0.7s (16/22)
=> [internal] load local bake definitions 0.0s
=> => reading from stdin 379B 0.0s
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 1.58kB 0.0s
=> [internal] load metadata for docker.io/library/python:3.11-slim 0.4s
=> [internal] load metadata for docker.io/library/node:20-slim 0.4s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 456B 0.0s
=> [runtime 1/10] FROM docker.io/library/python:3.11-slim@sha256:233de06753d30d120b1a3ce359d8d3be8bda78524cd8f5 0.1s
=> => resolve docker.io/library/python:3.11-slim@sha256:233de06753d30d120b1a3ce359d8d3be8bda78524cd8f520c99883bf 0.0s
=> => sha256:5435b2dcdf5cb7faa0d5b1d4d54be2c72a776fab9a605336f5067d6e9ecb5976 0B / 29.78MB 0.0s
=> => sha256:37ffa6577b04e98598e2c10432eb8c66cfc1af6c7698b21c6163f8334606aa14 0B / 1.29MB 0.0s
=> => sha256:0816ee351b60c03c7a77a3f50c717891eedd927f4e6a1d59f6cce05268065606 0B / 251B 0.0s
=> => sha256:d98f36ba21593a4014243f41ec9c5370abd34f4f65a5d074e41bce23f5f6a165 0B / 14.37MB 0.0s
=> [internal] load build context 0.0s
=> => transferring context: 49.23kB 0.0s
=> [frontend-build 1/6] FROM docker.io/library/node:20-slim@sha256:f93745c153377ee2fbbdd6e24efcd03cd2e86d6ab1d8a 0.1s
=> => resolve docker.io/library/node:20-slim@sha256:f93745c153377ee2fbbdd6e24efcd03cd2e86d6ab1d8aa9916a3790c4031 0.0s
=> CANCELED [runtime 2/10] WORKDIR /app 0.0s
=> CACHED [runtime 3/10] RUN apt-get update && apt-get install -y --no-install-recommends build-essential 0.0s
=> CACHED [runtime 4/10] COPY agent/requirements.txt agent/requirements.txt 0.0s
=> CACHED [runtime 5/10] RUN pip install --no-cache-dir -r agent/requirements.txt 0.0s
=> CACHED [runtime 6/10] COPY pyproject.toml LICENSE README.md ./ 0.0s
=> CACHED [runtime 7/10] COPY agent/ agent/ 0.0s
=> ERROR [runtime 8/10] COPY data/ data/ 0.0s
=> CANCELED [frontend-build 2/6] WORKDIR /app/frontend 0.0s
------
> [runtime 8/10] COPY data/ data/:
------
Dockerfile:31
--------------------
29 | COPY pyproject.toml LICENSE README.md ./
30 | COPY agent/ agent/
31 | >>> COPY data/ data/
32 |
33 | # Copy built frontend
--------------------
failed to solve: failed to compute cache key: failed to calculate checksum of ref dy9gmsmq7dnq2r48qw6ugtzq6::3sfvpfdksbnsw3an61kmzg70h: "/data": not found
Steps to Reproduce
Clone the app and run docker compose up --build
Error Logs
Interface
Docker
LLM Provider
No response
Version
No response
Environment
No response
Description
I followed the steps on the readme and it return error
Steps to Reproduce
Clone the app and run
docker compose up --buildError Logs
Interface
Docker
LLM Provider
No response
Version
No response
Environment
No response