Skip to content

Commit 40c453d

Browse files
committed
Remove old argument
1 parent 2577867 commit 40c453d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/prognostic_run/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ COPY .environment-scripts/install-fv3net-python-dependencies.sh .
3131
RUN bash install-fv3net-python-dependencies.sh /fv3net
3232

3333
COPY .environment-scripts/install-python-wrapper.sh .
34-
RUN CALLPYFORT=Y bash install-python-wrapper.sh /tmp/fortran-build/FV3 pip3
34+
RUN CALLPYFORT=Y bash install-python-wrapper.sh /tmp/fortran-build/FV3
3535
RUN python3 -c 'import fv3gfs.wrapper'
3636

3737
# Override microphysics emulation

0 commit comments

Comments
 (0)