LeoYML commited on
Commit ·
97e409e
1
Parent(s): c42bd83
update dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -27,7 +27,7 @@ RUN wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -
|
|
| 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
|
| 33 |
SHELL ["/bin/bash", "-c"]
|
|
|
|
| 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
|
| 33 |
SHELL ["/bin/bash", "-c"]
|