We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00ffe7f commit a8abcc1Copy full SHA for a8abcc1
2 files changed
docker/dev/Dockerfile
@@ -31,7 +31,7 @@ RUN touch /app/dimos/__init__.py
31
# Install UV for fast Python package management
32
ENV UV_SYSTEM_PYTHON=1
33
RUN curl -LsSf https://astral.sh/uv/install.sh | sh
34
-ENV PATH="/root/.cargo/bin:$PATH"
+ENV PATH="/root/.local/bin:$PATH"
35
36
# Install dependencies with UV (10-100x faster than pip)
37
RUN uv pip install .[dev]
docker/python/Dockerfile
@@ -40,7 +40,7 @@ RUN apt-get purge -y python3-blinker python3-sympy python3-oauthlib || true
40
41
42
43
44
45
WORKDIR /app
46
0 commit comments