Spaces:
Running
Running
Fixed typo in title + updated local dev
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title: '
|
3 |
colorFrom: indigo
|
4 |
colorTo: indigo
|
5 |
sdk: docker
|
@@ -29,7 +29,7 @@ When the solution is ready, the website should be accessible on [Hugging Face](h
|
|
29 |
```
|
30 |
git clone https://github.com/andreped/ohif4hf.git
|
31 |
docker build --no-cache -t ohif4hf .
|
32 |
-
docker run
|
33 |
```
|
34 |
|
35 |
To go inside docker image and debug, at the bottom of the Dockerfile, add `ENTRYPOINT [ "/bin/sh" ]` before running.
|
|
|
1 |
---
|
2 |
+
title: 'ohif4hf: Project to showcase AI solutions for medical applications in OHIF'
|
3 |
colorFrom: indigo
|
4 |
colorTo: indigo
|
5 |
sdk: docker
|
|
|
29 |
```
|
30 |
git clone https://github.com/andreped/ohif4hf.git
|
31 |
docker build --no-cache -t ohif4hf .
|
32 |
+
docker run ohif4hf
|
33 |
```
|
34 |
|
35 |
To go inside docker image and debug, at the bottom of the Dockerfile, add `ENTRYPOINT [ "/bin/sh" ]` before running.
|