Spaces:
Building
Building
Update Dockerfile
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
@@ -29,8 +29,6 @@ RUN chmod -R 777 /app/code_interpreter
|
|
29 |
# RUN curl -o /app/librechat.yaml https://raw.githubusercontent.com/LibreChat-AI/librechat-config-yaml/main/librechat-hf.yaml
|
30 |
COPY librechat.yaml /app/librechat.yaml
|
31 |
COPY tests.py /app/tests.py
|
32 |
-
COPY streamlit_app.py /app/streamlit_app.py
|
33 |
-
COPY gradio_file.py /app/gradio_file.py
|
34 |
|
35 |
# Install dependencies
|
36 |
RUN cd /app/api && npm install
|
@@ -48,7 +46,7 @@ RUN pip3 install --no-cache --upgrade --break-system-packages pip pexpect setup
|
|
48 |
# RUN cd /app/packages/actors-mcp-server/ && npm install && npm run build && npm link
|
49 |
# RUN git clone https://github.com/e2b-dev/mcp-server && cd mcp-server/packages/js/ && npm install && npm run build && npm link
|
50 |
# to run on container star
|
51 |
-
RUN git clone https://github.com/AIGENHACKER/mcp-hfspace && cd mcp-hfspace && npm install && npm run build && npm link
|
52 |
RUN git clone https://github.com/exa-labs/exa-mcp-server && cd exa-mcp-server && npm install --save axios dotenv && npm run build && npm link
|
53 |
RUN wget https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-amd64.tgz -O ngrok.tgz && tar xvzf ngrok.tgz && cp ngrok /usr/local/bin && rm ngrok.tgz
|
54 |
USER node
|
|
|
29 |
# RUN curl -o /app/librechat.yaml https://raw.githubusercontent.com/LibreChat-AI/librechat-config-yaml/main/librechat-hf.yaml
|
30 |
COPY librechat.yaml /app/librechat.yaml
|
31 |
COPY tests.py /app/tests.py
|
|
|
|
|
32 |
|
33 |
# Install dependencies
|
34 |
RUN cd /app/api && npm install
|
|
|
46 |
# RUN cd /app/packages/actors-mcp-server/ && npm install && npm run build && npm link
|
47 |
# RUN git clone https://github.com/e2b-dev/mcp-server && cd mcp-server/packages/js/ && npm install && npm run build && npm link
|
48 |
# to run on container star
|
49 |
+
#RUN git clone https://github.com/AIGENHACKER/mcp-hfspace && cd mcp-hfspace && npm install && npm run build && npm link
|
50 |
RUN git clone https://github.com/exa-labs/exa-mcp-server && cd exa-mcp-server && npm install --save axios dotenv && npm run build && npm link
|
51 |
RUN wget https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-amd64.tgz -O ngrok.tgz && tar xvzf ngrok.tgz && cp ngrok /usr/local/bin && rm ngrok.tgz
|
52 |
USER node
|