feat: v2 - OCI light theme, GenAI integration, MCP servers, ADB vector
This commit is contained in:
@@ -7,9 +7,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
curl gcc libffi-dev && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Install Python deps
|
||||
# Install Python deps + OCI CLI
|
||||
COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
RUN pip install --no-cache-dir -r requirements.txt && \
|
||||
pip install --no-cache-dir oci-cli
|
||||
|
||||
# Copy app
|
||||
COPY app.py .
|
||||
|
||||
Reference in New Issue
Block a user