LeoYML
commited on
Commit
·
fcf3368
1
Parent(s):
97e409e
update dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -26,7 +26,7 @@ RUN wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -
|
|
| 26 |
# Clone Foam-Agent repository directly
|
| 27 |
ENV FoamAgent_PATH="/home/openfoam/Foam-Agent"
|
| 28 |
WORKDIR /home/openfoam
|
| 29 |
-
RUN git clone https://github.com/csml-rpi/Foam-Agent.git
|
| 30 |
# RUN git -C Foam-Agent checkout mcp
|
| 31 |
|
| 32 |
# Switch to bash to source OpenFOAM environment
|
|
@@ -168,4 +168,4 @@ ENV MCP_PORT=7860
|
|
| 168 |
ENTRYPOINT ["/usr/local/bin/foamagent-entrypoint.sh"]
|
| 169 |
|
| 170 |
# Run MCP server by default (can override with: docker run <image> /bin/bash)
|
| 171 |
-
CMD ["python", "
|
|
|
|
| 26 |
# Clone Foam-Agent repository directly
|
| 27 |
ENV FoamAgent_PATH="/home/openfoam/Foam-Agent"
|
| 28 |
WORKDIR /home/openfoam
|
| 29 |
+
# RUN git clone https://github.com/csml-rpi/Foam-Agent.git
|
| 30 |
# RUN git -C Foam-Agent checkout mcp
|
| 31 |
|
| 32 |
# Switch to bash to source OpenFOAM environment
|
|
|
|
| 168 |
ENTRYPOINT ["/usr/local/bin/foamagent-entrypoint.sh"]
|
| 169 |
|
| 170 |
# Run MCP server by default (can override with: docker run <image> /bin/bash)
|
| 171 |
+
CMD ["python", "src/mcp/start_mcp.py"]
|