We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2577867 commit 40c453dCopy full SHA for 40c453d
docker/prognostic_run/Dockerfile
@@ -31,7 +31,7 @@ COPY .environment-scripts/install-fv3net-python-dependencies.sh .
31
RUN bash install-fv3net-python-dependencies.sh /fv3net
32
33
COPY .environment-scripts/install-python-wrapper.sh .
34
-RUN CALLPYFORT=Y bash install-python-wrapper.sh /tmp/fortran-build/FV3 pip3
+RUN CALLPYFORT=Y bash install-python-wrapper.sh /tmp/fortran-build/FV3
35
RUN python3 -c 'import fv3gfs.wrapper'
36
37
# Override microphysics emulation
0 commit comments