From 3f0906b14eb242704a3ead7366a7580944f300d8 Mon Sep 17 00:00:00 2001 From: Kyle Shores Date: Mon, 7 Aug 2023 10:16:29 -0500 Subject: [PATCH] correcting readme --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index e1c12b1e..35b3bcbb 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,6 @@ docker build -f docker/Dockerfile.esmf -t esmf . 1. Build the CAM-SIMA image ``` -cd ../ docker build -f docker/Dockerfile -t cam-sima . ``` 3. Run the image @@ -65,7 +64,6 @@ You can include musica chemistry by using the correct docker file 1. Build the MUSICA image ``` -cd ../ docker build -f docker/Dockerfile.musica -t musica . ``` 3. Run the image