Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -45,13 +45,13 @@ USER root
|
|
45 |
|
46 |
# Install Python and pip
|
47 |
ENV PYTHONUNBUFFERED=1
|
48 |
-
RUN apk add --update --no-cache python3-dev
|
49 |
# RUN apk --update --no-cache add python3~3.10 --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main
|
50 |
# RUN apk add --update --no-cache git gcc libc-dev libc6-compat build-base mpc1-dev && ln -sf python3 /usr/bin/python
|
51 |
|
52 |
# RUN python3 -m ensurepip
|
53 |
|
54 |
-
RUN pip3 install --no-cache --upgrade --break-system-packages pip setuptools mcp mcp-simple-pubmed mcp-simple-arxiv e2b-code-interpreter==1.0.4b litellm gradio XlsxWriter openpyxl google-genai requests-futures
|
55 |
# RUN cd /app/packages && git clone --branch patch-1 https://github.com/vaibhavard/actors-mcp-server
|
56 |
# RUN cd /app/packages/actors-mcp-server/ && npm install && npm run build && npm link
|
57 |
# RUN git clone https://github.com/e2b-dev/mcp-server && cd mcp-server/packages/js/ && npm install && npm run build && npm link
|
|
|
45 |
|
46 |
# Install Python and pip
|
47 |
ENV PYTHONUNBUFFERED=1
|
48 |
+
RUN apk add --update --no-cache python3-dev git py3-pip gcc libc-dev libc6-compat build-base mpc1-dev && ln -sf python3 /usr/bin/python
|
49 |
# RUN apk --update --no-cache add python3~3.10 --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main
|
50 |
# RUN apk add --update --no-cache git gcc libc-dev libc6-compat build-base mpc1-dev && ln -sf python3 /usr/bin/python
|
51 |
|
52 |
# RUN python3 -m ensurepip
|
53 |
|
54 |
+
RUN pip3 install --no-cache --upgrade --break-system-packages pip pexpect setuptools mcp mcp-simple-pubmed mcp-simple-arxiv e2b-code-interpreter==1.0.4b litellm gradio XlsxWriter openpyxl google-genai requests-futures
|
55 |
# RUN cd /app/packages && git clone --branch patch-1 https://github.com/vaibhavard/actors-mcp-server
|
56 |
# RUN cd /app/packages/actors-mcp-server/ && npm install && npm run build && npm link
|
57 |
# RUN git clone https://github.com/e2b-dev/mcp-server && cd mcp-server/packages/js/ && npm install && npm run build && npm link
|