Skip to content

Commit 21f4f0c

Browse files
authored
Merge pull request #373 from DigitalSlideArchive/update-docs
Update docs
2 parents 2d5873b + f171da2 commit 21f4f0c

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,12 @@ RUN cd /opt && \
101101

102102
# Install additional girder plugins
103103
RUN pip install --no-cache-dir \
104-
# girder-archive-access \
105-
# girder-dicom-viewer \
106104
girder-hashsum-download \
107105
girder-homepage \
108106
girder-ldap \
109107
girder-resource-path-tools \
110108
girder-user-quota \
111109
girder-virtual-folders \
112-
girder-xtk-demo \
113110
&& \
114111
\
115112
find / -xdev -type d -name __pycache__ -exec rm -r {} \+

devops/dsa/README.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ Get the Digital Slide Archive repository::
1717

1818
git clone https://github.com/DigitalSlideArchive/digital_slide_archive
1919

20+
Hardware Requirements
21+
~~~~~~~~~~~~~~~~~~~~~
22+
23+
The main server has only modest hardware requirements. It can run in a 2 core, 8 GByte machine (such as an t3.large EC2 instance), but it will perform better with more memory and cores.
24+
25+
Storage requirements are largely driven by the images used and the number of annotations. For a small test instance, a few GBytes will suffice. For a deployment with high usage, this will need to be much, much larger.
26+
27+
The worker's requirements are highly dependent on the algorithms being run. The core HistomicsTK examples do not require a GPU, but benefit for more cores and more memory. For a small test instance, this can be run on the same machine as the server. For a serious deployment, multiple workers with GPUs will greatly facilitate some jobs.
28+
2029
Start
2130
-----
2231

0 commit comments

Comments
 (0)