LennardZuendorf commited on
Commit
1a96c54
1 Parent(s): 57a7fee

fix: updating build config for hgf spaces

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. README.md +2 -2
Dockerfile CHANGED
@@ -16,7 +16,7 @@ COPY . .
16
  RUN ls --recursive .
17
 
18
  # setting config and run command
19
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8080"]
20
 
21
  # build and run commands:
22
  ## docker build -t thesis:0.2.0-full -f Dockerfile .
 
16
  RUN ls --recursive .
17
 
18
  # setting config and run command
19
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
20
 
21
  # build and run commands:
22
  ## docker build -t thesis:0.2.0-full -f Dockerfile .
README.md CHANGED
@@ -3,12 +3,12 @@ title: Thesis
3
  emoji: 🎓
4
  colorFrom: red
5
  colorTo: yellow
6
- sdk: gradio
7
  sdk_version: 4.7.1
8
  app_file: main.py
9
  pinned: true
10
  license: mit
11
- app_port: 8080
12
  ---
13
 
14
  # Bachelor Thesis
 
3
  emoji: 🎓
4
  colorFrom: red
5
  colorTo: yellow
6
+ sdk: docker
7
  sdk_version: 4.7.1
8
  app_file: main.py
9
  pinned: true
10
  license: mit
11
+ app_port: 7860
12
  ---
13
 
14
  # Bachelor Thesis