andreped commited on
Commit
ab23a68
1 Parent(s): e116f74

Fixed typo in title + updated local dev

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: 'dsa4hf: Project to showcase AI solutions for medical applications in OHIF'
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 -p 4444:7860 ohif4hf
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.