|
|
@@ -16,13 +16,11 @@ RUN apt-get update && apt-get install -y \
|
|
|
build-essential \
|
|
|
openssh-server \
|
|
|
sudo \
|
|
|
- bash \
|
|
|
gcc \
|
|
|
jq \
|
|
|
g++ \
|
|
|
make \
|
|
|
iproute2 \
|
|
|
- libgl1-mesa-glx \
|
|
|
&& rm -rf /var/lib/apt/lists/*
|
|
|
|
|
|
RUN mkdir -p -m0755 /var/run/sshd
|
|
|
@@ -41,4 +39,4 @@ RUN echo "" > /opendevin/bash.bashrc
|
|
|
# - agentskills dependencies
|
|
|
RUN /opendevin/miniforge3/bin/pip install --upgrade pip
|
|
|
RUN /opendevin/miniforge3/bin/pip install jupyterlab notebook jupyter_kernel_gateway flake8
|
|
|
-RUN /opendevin/miniforge3/bin/pip install python-docx PyPDF2 python-pptx pylatexenc openai opencv-python
|
|
|
+RUN /opendevin/miniforge3/bin/pip install python-docx PyPDF2 python-pptx pylatexenc openai
|