Merge pull request #15 from andreped/dev
Browse files- Dockerfile +1 -1
- README.md +1 -1
Dockerfile
CHANGED
@@ -37,7 +37,7 @@ COPY ./requirements.txt /code/requirements.txt
|
|
37 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
38 |
|
39 |
# resolve issue with tf==2.4 and gradio dependency collision issue
|
40 |
-
RUN pip install --force-reinstall typing_extensions==4.
|
41 |
|
42 |
# Install wget
|
43 |
RUN apt install wget -y && \
|
|
|
37 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
38 |
|
39 |
# resolve issue with tf==2.4 and gradio dependency collision issue
|
40 |
+
RUN pip install --force-reinstall typing_extensions==4.7.1
|
41 |
|
42 |
# Install wget
|
43 |
RUN apt install wget -y && \
|
README.md
CHANGED
@@ -22,7 +22,7 @@ app_file: app.py
|
|
22 |
|
23 |
</div>
|
24 |
|
25 |
-
##
|
26 |
|
27 |
This web application enables users to test [Raidionics](https://raidionics.github.io/), which is an open-source, free-to-use desktop application for pre- and postoperative central nervous system tumor segmentation and standardized reporting. The app only supports single volume input and only demonstrates the segmentation results of the Raidionics software, and thus is only meant for demonstration purposes.
|
28 |
|
|
|
22 |
|
23 |
</div>
|
24 |
|
25 |
+
## Brief intro
|
26 |
|
27 |
This web application enables users to test [Raidionics](https://raidionics.github.io/), which is an open-source, free-to-use desktop application for pre- and postoperative central nervous system tumor segmentation and standardized reporting. The app only supports single volume input and only demonstrates the segmentation results of the Raidionics software, and thus is only meant for demonstration purposes.
|
28 |
|