Skip to content

Commit

Permalink
Update container docs
Browse files Browse the repository at this point in the history
docs/source/supplement/containers.rst
-Update singularity command to source .bashrc

Signed-off-by: Yidan Tang <t.yidan@wustl.edu>
  • Loading branch information
yidant committed Oct 17, 2023
1 parent 304b96f commit e9481bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/supplement/containers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ respectively, in the run directory creation prompts.

.. code-block:: console
$ singularity exec -B DATA_DIR:/ExtData -B WORK_DIR:/workdir gchp.sif /opt/geos-chem/bin/createRunDir.sh
$ singularity exec -B DATA_DIR:/ExtData -B WORK_DIR:/workdir gchp.sif /bin/bash -c ". ~/.bashrc && /opt/geos-chem/bin/createRunDir.sh"
Once the run directory is created, it will be available at `WORK_DIR` on your host machine. ``cd`` to `WORK_DIR`.
Expand Down

0 comments on commit e9481bc

Please sign in to comment.