Spaces:
Build error
Build error
jordancaraballo
commited on
Commit
•
0d68fab
1
Parent(s):
8add14b
Fixing docker container mpi vars
Browse files
requirements/Dockerfile.Baselibs
CHANGED
@@ -96,7 +96,7 @@ RUN mkdir -p /wrf/WPS_GEOG /wrf/wrfinput /wrf/wrfoutput \
|
|
96 |
|
97 |
# Some additional configurations
|
98 |
RUN mkdir /wrf/.ssh ; echo "StrictHostKeyChecking no" > /wrf/.ssh/config
|
99 |
-
COPY default-mca-params.conf /wrf/.openmpi/mca-params.conf
|
100 |
RUN mkdir -p /wrf/.openmpi
|
101 |
RUN chown -R wrfuser:wrf /wrf/
|
102 |
|
|
|
96 |
|
97 |
# Some additional configurations
|
98 |
RUN mkdir /wrf/.ssh ; echo "StrictHostKeyChecking no" > /wrf/.ssh/config
|
99 |
+
COPY ./requirements/default-mca-params.conf /wrf/.openmpi/mca-params.conf
|
100 |
RUN mkdir -p /wrf/.openmpi
|
101 |
RUN chown -R wrfuser:wrf /wrf/
|
102 |
|