Started on component selection of the final PCB.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user