Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelzwiers committed Oct 4, 2024
1 parent 7a3ab4e commit f591800
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/play.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Trying out BIDScoin in the cloud is just a few mouse clicks away! No need for re
- `North America <https://play-iowa.neurodesk.org/>`__
- `Australia <https://play-sydney.neurodesk.org/>`__

After a few seconds you will see a JupyterLab instance in your browser. In there, click on the ``Neurodesk`` icon and on your interface of choice (e.g. RDP). If all goes well, you will get a fully functional Linux desktop interface running in your browser! As illustrated below, you can then launch a BIDScoin terminal and play around, for instance by running the `BIDScoin tutorial <./tutorial.html>`__.
After a few seconds you will see a JupyterLab instance in your browser. In there, click on the ``Neurodesktop`` icon and on your interface of choice (e.g. RDP). If all goes well, you will get a fully functional Linux desktop interface running in your browser! As illustrated below, you can then launch a BIDScoin terminal and play around, for instance by running the `BIDScoin tutorial <./tutorial.html>`__.

Please visit the `Neurodesk website <https://www.neurodesk.org/>`__ for more information and troubleshooting

Expand Down
1 change: 1 addition & 0 deletions release_procedure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ Dockerhub
1. In the VM, build, test and push a Docker image::

VERSION="4.4.0"
cd ~/PycharmProjects/bidscoin
sudo docker build -t marcelzwiers/bidscoin:$VERSION .
sudo docker run --rm marcelzwiers/bidscoin:$VERSION bidscoin -v
sudo docker run --rm marcelzwiers/bidscoin:$VERSION pngappend
Expand Down

0 comments on commit f591800

Please sign in to comment.