Skip to content

Commit

Permalink
rm rpg multithread for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenny Chen authored and Jenny Chen committed Sep 17, 2024
1 parent 5fc3048 commit 9562813
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 380 deletions.
2 changes: 1 addition & 1 deletion designer2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.0.7"
__version__ = "2.0.10"

import lib.tensor as tensor
import lib.mpcomplex as mpcomplex
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/designer/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ nav_order: 3
## Running DESIGNER v2 using Docker (most convenient)

We provide convenient docker images to quickly get started with Designer without the need to install and its dependencies. The latest version will be published on [Docker Hub](https://hub.docker.com/repository/docker/nyudiffusionmri/designer2/general).
<b>Official versions will be tagged</b> (nyudiffusionmri/designer2:\<tag\>; latest tag is v2.0.9), while we also maintain images following our main development branch (nyudiffusionmri/designer2:main). See [Docker Hub](https://hub.docker.com/repository/docker/nyudiffusionmri/designer2/tags?page=1&ordering=last_updated) for an overview of all releases.
<b>Official versions will be tagged</b> (nyudiffusionmri/designer2:\<tag\>; latest tag is v2.0.10), while we also maintain images following our main development branch (nyudiffusionmri/designer2:main). See [Docker Hub](https://hub.docker.com/repository/docker/nyudiffusionmri/designer2/tags?page=1&ordering=last_updated) for an overview of all releases.

To get started, install [Docker Desktop](https://www.docker.com/products/docker-desktop/) on your machine. If you are using an Apple Silicon device, navigate to the Docker app's general settings and enable the "Use Rosetta for x86/amd64 emulation on Apple Silicon" option for compatibility. We recommend setting the memory limit to at least 15GB for optimal performance.

Expand Down
2 changes: 1 addition & 1 deletion lib/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.0.7"
__version__ = "2.0.10"
Loading

0 comments on commit 9562813

Please sign in to comment.