Skip to content

Commit

Permalink
changed base image for AFNI to fedora:35 (#520)
Browse files Browse the repository at this point in the history
* changed base image for AFNI to fedora:35

#519 (comment)

* Update examples.rst

forgot to change pkg-manager from apt to yum

* Update docs/user_guide/examples.rst

* Update docs/user_guide/examples.rst

---------

Co-authored-by: Jakub Kaczmarzyk <jakub.kaczmarzyk@gmail.com>
  • Loading branch information
stebo85 and kaczmarj committed Mar 31, 2023
1 parent 80e7cf4 commit 34aa8c8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/user_guide/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ Docker
.. code-block:: bash
neurodocker generate docker \
--pkg-manager apt \
--base-image debian:buster-slim \
--pkg-manager yum \
--base-image fedora:35 \
--afni method=binaries version=latest \
> afni-binaries.Dockerfile
Expand All @@ -81,8 +81,8 @@ This does not install AFNI's R packages. To install relevant R things, use the f
.. code-block:: bash
neurodocker generate docker \
--pkg-manager apt \
--base-image debian:buster-slim \
--pkg-manager yum \
--base-image fedora:35 \
--afni method=binaries version=latest install_r_pkgs=true \
> afni-binaries-r.Dockerfile
Expand All @@ -95,8 +95,8 @@ Beware that this is AFNI's bleeding edge!
.. code-block:: bash
neurodocker generate docker \
--pkg-manager apt \
--base-image debian:buster-slim \
--pkg-manager yum \
--base-image fedora:35 \
--afni method=source version=master \
> afni-source.Dockerfile
Expand Down

0 comments on commit 34aa8c8

Please sign in to comment.