Started on component selection of the final PCB.

This commit is contained in:
2026-06-13 21:58:06 +02:00
parent 5b732a0b34
commit a7c88109a9
22 changed files with 11239 additions and 578 deletions
+6 -3
View File
@@ -11,7 +11,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
RUN npm install -g @anthropic-ai/claude-code
WORKDIR /workspace
COPY requirements.txt /tmp/requirements.txt
RUN pip install --no-cache-dir -r /tmp/requirements.txt
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
RUN useradd -m -u 1000 -s /bin/bash vscode
USER vscode
WORKDIR /workspace